summaryrefslogtreecommitdiff
path: root/gcc/config/svr4.h
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-17 21:59:25 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-17 21:59:25 +0000
commita6bd8a896747371fc092024b87cc71efdcc51fa7 (patch)
treed049f6092630b5b6b48b664495c81ab3f4c78867 /gcc/config/svr4.h
parentcfb5e11e3f4ed76eb6631ca75e83f3827ee6d5dc (diff)
downloadgcc-a6bd8a896747371fc092024b87cc71efdcc51fa7.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66917 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/svr4.h')
-rw-r--r--gcc/config/svr4.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h
index 029ad2ccace..3f85e944dee 100644
--- a/gcc/config/svr4.h
+++ b/gcc/config/svr4.h
@@ -28,11 +28,7 @@ Boston, MA 02111-1307, USA.
where MACHINE is replaced by the name of the basic hardware that you
are targeting for. Then, in the file MACHINE/svr4.h, put any really
system-specific defines (or overrides of defines) which you find that
- you need. For example, CPP_PREDEFINES is defined here with only the
- defined -Dunix and -DSVR4. You should probably override that in your
- target-specific MACHINE/svr4.h file with a set of defines that
- includes these, but also contains an appropriate define for the type
- of hardware that you are targeting.
+ you need.
*/
/* Define a symbol indicating that we are using svr4.h. */
@@ -59,12 +55,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)