]> gcc.gnu.org Git - gcc.git/commit
netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
authorJason Thorpe <thorpej@wasabisystems.com>
Thu, 30 May 2002 01:29:29 +0000 (01:29 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Thu, 30 May 2002 01:29:29 +0000 (01:29 +0000)
commite1c293ae205da90f0bc0788fbf9bbe87336dcd58
treed86440d3b16b83567cd5e1e1800c339d693f3c2b
parentfde6d81fc077c0a7f1446799d5130b32c611dced
netbsd.h (TARGET_OS_CPP_BUILTINS): Define.

* config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
(CPP_PREDEFINES): Make sure this is undefined.
(CPP_SPEC): Place -D__mips=1 at the beginning of the spec,
since it is no longer in CPP_PREDEFINES.  Don't -U__MIPSEL__
or -U__MIPSEB__ before defining one or the other.  Instead,
use %(subtarget_endian_default) if neither -EB nor -EL are
specified.
(SUBTARGET_EXTRA_SPECS): Define.
(SUBTARGET_CPP_SPEC): Remove __LONG64 handling.  Use
%(netbsd_cpp_spec).

From-SVN: r54036
gcc/ChangeLog
gcc/config/mips/netbsd.h
This page took 0.058862 seconds and 5 git commands to generate.