Remove TARGET_CPU_DEFAULT reference.
authorStan Cox <coxs@gnu.org>
Tue, 18 Mar 1997 22:03:31 +0000 (22:03 +0000)
committerStan Cox <coxs@gnu.org>
Tue, 18 Mar 1997 22:03:31 +0000 (22:03 +0000)
From-SVN: r13740

gcc/config/i386/freebsd-elf.h
gcc/config/i386/linux-aout.h
gcc/config/i386/linux-oldld.h
gcc/config/i386/linux.h

index 9235ce52b7e03416decda212cfd733702696d078..55bf23c0c6363b2f7841473d26b25dceae390ef5 100644 (file)
@@ -143,11 +143,7 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
 
 #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 LIB_SPEC
 #if 1
index b201dcfdea8573ba2d0da06d580f9b63c410d226..f7d807a10d09ccd1cb0fe7e75f3ffae594702a3b 100644 (file)
@@ -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"
index 06de9e4c1d648861c27d53f1ffba761bc8dde8e6..a12ab5900768862fb4503a4b3f25e5e1958a5ee6 100644 (file)
@@ -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"
index 4ef9c15e422c12f3b25740bd22ef1a862c9fd284..ef1f7f4f8977f48234b40270868c1daa5ac129a0 100644 (file)
@@ -151,11 +151,7 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-D__ELF__ -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__} %{!m386:-D__i486__} %{posix:-D_POSIX_SOURCE}"
-#else
-#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{m486:-D__i486__} %{posix:-D_POSIX_SOURCE}"
-#endif
+#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
 
 /* Provide a LINK_SPEC appropriate for Linux.  Here we provide support
    for the special GCC options -static and -shared, which allow us to