diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-05-17 21:59:25 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-05-17 21:59:25 +0000 |
commit | c08f71aa81fa4cfd4ccce0fa9047a26544761a40 (patch) | |
tree | d049f6092630b5b6b48b664495c81ab3f4c78867 /gcc/config/openbsd.h | |
parent | a7fbe4047277456f5afaaa9fa6ff13e77499d853 (diff) | |
download | gcc-c08f71aa81fa4cfd4ccce0fa9047a26544761a40.zip gcc-c08f71aa81fa4cfd4ccce0fa9047a26544761a40.tar.gz gcc-c08f71aa81fa4cfd4ccce0fa9047a26544761a40.tar.bz2 |
defaults.h (TARGET_CPU_CPP_BUILTINS, [...]): Remove.
* defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
* gcc.c (cpp_predefines): Remove.
(cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
(static_specs): Remove predefines.
* system.h: Poison CPP_PREDEFINES.
* config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
From-SVN: r66917
Diffstat (limited to 'gcc/config/openbsd.h')
-rw-r--r-- | gcc/config/openbsd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/openbsd.h b/gcc/config/openbsd.h index ef12922a..7eeb8fe 100644 --- a/gcc/config/openbsd.h +++ b/gcc/config/openbsd.h @@ -130,9 +130,6 @@ Boston, MA 02111-1307, USA. */ /* Runtime target specification. */ -/* You must redefine CPP_PREDEFINES in any arch specific file. */ -#undef CPP_PREDEFINES - /* Implicit calls to library routines. */ /* Use memcpy and memset instead of bcopy and bzero. */ |