diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-31 23:41:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-31 23:41:42 +0000 |
commit | 6940fb91859e46b2e96a331a029f2dc2a0ee51c9 (patch) | |
tree | 05de9436b486c37d02a9f6c5608137e9cdf35c50 /mig.in | |
parent | 12e347213d99340f4a578e8a09084f5488493eb5 (diff) | |
download | mig-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |