diff options
author | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-03-18 22:03:31 +0000 |
---|---|---|
committer | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-03-18 22:03:31 +0000 |
commit | c6fecfa75c4ca3558cb0a173d64d20ea2859c5d5 (patch) | |
tree | 39c01cda9d30006988ab1cacf037e9e2f3505508 /gcc/config/i386/linux-aout.h | |
parent | 1bca17201ba735efbcd47dcbca2b464ccc686b4a (diff) | |
download | gcc-c6fecfa75c4ca3558cb0a173d64d20ea2859c5d5.tar.gz |
Remove TARGET_CPU_DEFAULT reference.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13740 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/linux-aout.h')
-rw-r--r-- | gcc/config/i386/linux-aout.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i386/linux-aout.h b/gcc/config/i386/linux-aout.h index b201dcfdea8..f7d807a10d0 100644 --- a/gcc/config/i386/linux-aout.h +++ b/gcc/config/i386/linux-aout.h @@ -31,11 +31,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-Dunix -Dlinux -Asystem(posix)" #undef CPP_SPEC -#if TARGET_CPU_DEFAULT == 2 #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}" -#else -#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}" -#endif #undef SIZE_TYPE #define SIZE_TYPE "unsigned int" |