aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/freebsd.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/config/freebsd.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/config/freebsd.h')
-rw-r--r--gcc/config/freebsd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h
index f71bd8b..8ddc488 100644
--- a/gcc/config/freebsd.h
+++ b/gcc/config/freebsd.h
@@ -41,9 +41,6 @@ Boston, MA 02111-1307, USA. */
#undef WORD_SWITCH_TAKES_ARG
#define WORD_SWITCH_TAKES_ARG(STR) (FBSD_WORD_SWITCH_TAKES_ARG(STR))
-#undef CPP_PREDEFINES
-/* Obsolete, do not define it. */
-
#undef TARGET_OS_CPP_BUILTINS
#define TARGET_OS_CPP_BUILTINS() FBSD_TARGET_OS_CPP_BUILTINS()