aboutsummaryrefslogtreecommitdiff
path: root/gcc/defaults.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-05-17 21:59:25 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-05-17 21:59:25 +0000
commitc08f71aa81fa4cfd4ccce0fa9047a26544761a40 (patch)
treed049f6092630b5b6b48b664495c81ab3f4c78867 /gcc/defaults.h
parenta7fbe4047277456f5afaaa9fa6ff13e77499d853 (diff)
downloadgcc-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/defaults.h')
-rw-r--r--gcc/defaults.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h
index f0f38a5..5f72bfd 100644
--- a/gcc/defaults.h
+++ b/gcc/defaults.h
@@ -47,17 +47,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
# define TARGET_ESC 033
#endif
-/* When removal of CPP_PREDEFINES is complete, TARGET_CPU_CPP_BULITINS
- can also be removed from here. */
#ifndef TARGET_OS_CPP_BUILTINS
# define TARGET_OS_CPP_BUILTINS()
#endif
-#ifndef TARGET_CPU_CPP_BUILTINS
-# define TARGET_CPU_CPP_BUILTINS()
-#endif
-#ifndef CPP_PREDEFINES
-# define CPP_PREDEFINES ""
-#endif
/* Store in OUTPUT a string (made with alloca) containing an
assembler-name for a local static variable or function named NAME.