aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/linux-oldld.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>1998-07-13 22:38:51 +0000
committerJeff Law <law@gcc.gnu.org>1998-07-13 16:38:51 -0600
commit1228a9bd1efee6b102f64c45ad3e97a3dc630a43 (patch)
tree5bf47887fc7b63496f3d8cf8e0ba4617d488c9f1 /gcc/config/i386/linux-oldld.h
parent4a8c52e0487bb8afe279f041ac113ed4e2895ddb (diff)
downloadgcc-1228a9bd1efee6b102f64c45ad3e97a3dc630a43.zip
gcc-1228a9bd1efee6b102f64c45ad3e97a3dc630a43.tar.gz
gcc-1228a9bd1efee6b102f64c45ad3e97a3dc630a43.tar.bz2
i386.h (CPP_486_SPEC, [...]): New specs.
* i386/i386.h (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): New specs. (CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Use them. (EXTRA_SPECS): Support them. * gcc.c: Delete %[spec] support. (do_spec_1, case '('): Likewise. (do_spec_1, case '['): Call error. * i386/aix386ng.h, cygwin32.h, freebsd-elf.h, gas.h, isc.h, linux-aout.h, linux-oldld.h, linux.h, osfelf.h, osfrose.h, sco.h, sco4.h, sco4dbx.h, sco5.h, sol2.h, sysv3.h (CPP_SPEC): Delete %[cpp_cpu]. From-SVN: r21120
Diffstat (limited to 'gcc/config/i386/linux-oldld.h')
-rw-r--r--gcc/config/i386/linux-oldld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/linux-oldld.h b/gcc/config/i386/linux-oldld.h
index a67fd0f..4e3085b 100644
--- a/gcc/config/i386/linux-oldld.h
+++ b/gcc/config/i386/linux-oldld.h
@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */
#define CPP_PREDEFINES "-Dunix -Dlinux -Asystem(posix)"
#undef CPP_SPEC
-#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
+#define CPP_SPEC "%(cpp_cpu) %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
#undef SIZE_TYPE
#define SIZE_TYPE "unsigned int"