From f979570e90f3a2dd65abab5c2e3e9ea5cec2128d Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Thu, 9 May 2002 03:53:58 +0000 Subject: 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 --- gcc/config/netbsd.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/config/netbsd.h') 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 -- cgit v1.1