diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-05-09 03:53:58 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-05-09 03:53:58 +0000 |
commit | f979570e90f3a2dd65abab5c2e3e9ea5cec2128d (patch) | |
tree | fd30425b126c2493f0b6097f8da8062699b21bed /gcc/config/netbsd.h | |
parent | a6a2274a17660ba099a5f5b15536421939e46c1d (diff) | |
download | gcc-f979570e90f3a2dd65abab5c2e3e9ea5cec2128d.zip gcc-f979570e90f3a2dd65abab5c2e3e9ea5cec2128d.tar.gz gcc-f979570e90f3a2dd65abab5c2e3e9ea5cec2128d.tar.bz2 |
netbsd.h (CPP_SPEC): Remove.
* config/netbsd.h (CPP_SPEC): Remove.
* config/i386/netbsd-elf.h (CPP_SPEC): Define.
* config/i386/netbsd.h (CPP_SPEC): Define.
* config/ns32k/netbsd.h (CPP_SPEC): Define.
* config/sparc/netbsd-elf.h (CPP_SPEC): Remove.
* config/sparc/netbsd.h (CPP_SPEC): Define.
* config/vax/netbsd.h (CPP_SPEC): Define.
From-SVN: r53314
Diffstat (limited to 'gcc/config/netbsd.h')
-rw-r--r-- | gcc/config/netbsd.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index 227942c..920c0a8 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -35,13 +35,6 @@ #endif /* NETBSD_NATIVE */ -/* Provide a CPP_SPEC appropriate for NetBSD. Currently we just deal with - the GCC option `-posix'. */ - -#undef CPP_SPEC -#define CPP_SPEC "%(cpp_cpu) %{posix:-D_POSIX_SOURCE}" - - /* Provide a LIB_SPEC appropriate for NetBSD. Just select the appropriate libc, depending on whether we're doing profiling; if `-posix' is specified, link against the appropriate libposix first. Don't include libc when |