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/ptx4.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/ptx4.h')
-rw-r--r-- | gcc/config/ptx4.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/ptx4.h b/gcc/config/ptx4.h index 4560b86e..0c83d98 100644 --- a/gcc/config/ptx4.h +++ b/gcc/config/ptx4.h @@ -62,12 +62,6 @@ Boston, MA 02111-1307, USA. && strcmp (STR, "Tdata") && strcmp (STR, "Ttext") \ && strcmp (STR, "Tbss")) -/* You should redefine CPP_PREDEFINES in any file which includes this one. - The definition should be appropriate for the type of target system - involved, and it should include any -A (assertion) options which are - appropriate for the given target system. */ -#undef CPP_PREDEFINES - /* Provide an ASM_SPEC appropriate for svr4. Here we try to support as many of the specialized svr4 assembler options as seems reasonable, given that there are certain options which we can't (or shouldn't) |