aboutsummaryrefslogtreecommitdiff
path: root/mig.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-31 23:41:42 +0000
committerRoland McGrath <roland@gnu.org>2001-12-31 23:41:42 +0000
commit6940fb91859e46b2e96a331a029f2dc2a0ee51c9 (patch)
tree05de9436b486c37d02a9f6c5608137e9cdf35c50 /mig.in
parent12e347213d99340f4a578e8a09084f5488493eb5 (diff)
downloadmig-6940fb91859e46b2e96a331a029f2dc2a0ee51c9.tar.gz
mig-6940fb91859e46b2e96a331a029f2dc2a0ee51c9.tar.bz2
mig-6940fb91859e46b2e96a331a029f2dc2a0ee51c9.zip
2001-12-28 Roland McGrath <roland@frob.com>
* mig.in (default_cpp): Add -ansi to avoid -Di386=1 and the like.
Diffstat (limited to 'mig.in')
-rw-r--r--mig.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mig.in b/mig.in
index 5c0cb3e..dedfcd3 100644
--- a/mig.in
+++ b/mig.in
@@ -36,7 +36,7 @@ migcom=${MIGDIR-@libexecdir@}/${MIGCOM-@MIGCOM@}
# The expansion of TARGET_CC might refer to ${CC}, so make sure it is defined.
default_cc="@CC@"
CC="${CC-${default_cc}}"
-default_cpp="@TARGET_CC@ -E -x c -undef"
+default_cpp="@TARGET_CC@ -E -x c -undef -ansi"
cpp="${CPP-${default_cpp}}"
cppflags=