diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-06-04 18:07:44 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-06-04 18:07:44 +0000 |
commit | 1ba7b41497efa87150d2325d74d130c4104593ea (patch) | |
tree | 4bbe5cc7d9a3bd1f717f6a16a3618dfe2989370e /gcc/config/i386/beos-elf.h | |
parent | 135ca7b24732216981be78bfc028482601279753 (diff) | |
download | gcc-1ba7b41497efa87150d2325d74d130c4104593ea.zip gcc-1ba7b41497efa87150d2325d74d130c4104593ea.tar.gz gcc-1ba7b41497efa87150d2325d74d130c4104593ea.tar.bz2 |
beos-elf.h, [...] (CPP_SPEC): Remove cpp_cpu.
config/i386:
* beos-elf.h, cygwin.h, djgpp.h, gas.h, gnu.h, i386-interix.h,
i386-interix3.h, i386elf.h, linux-aout.h, linux.h, linux64.h,
mingw32.h, netbsd-elf.h, netbsd.h, netbsd64.h, rtemself.h,
sco5.h, sol2.h, sysv3.h, sysv4.h, sysv5.h, uwin.h, vxi386.h,
win32.h (CPP_SPEC): Remove cpp_cpu.
* i386.h (TARGET_CPU_CPP_BUILTINS): Use.
(CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Die!
From-SVN: r54254
Diffstat (limited to 'gcc/config/i386/beos-elf.h')
-rw-r--r-- | gcc/config/i386/beos-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/beos-elf.h b/gcc/config/i386/beos-elf.h index 5b1d1d3..e7613b8 100644 --- a/gcc/config/i386/beos-elf.h +++ b/gcc/config/i386/beos-elf.h @@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA. */ -Asystem=beos" #undef CPP_SPEC -#define CPP_SPEC "%(cpp_cpu) %{!no-fPIC:%{!no-fpic:-D__PIC__ -D__pic__}}" +#define CPP_SPEC "%{!no-fPIC:%{!no-fpic:-D__PIC__ -D__pic__}}" /* BeOS uses lots of multichars, so don't warn about them unless the user explicitly asks for the warnings with -Wmultichar. Note that |