summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/alpha/freebsd.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-19 06:42:24 +0000
committerobrien <obrien@FreeBSD.org>1999-12-19 06:42:24 +0000
commit4cced586e8673594612f5b42945561cf48e51f5a (patch)
treecaf2f931e2c81c9a94f90556be8bebd6a8b0427f /contrib/gcc/config/alpha/freebsd.h
parentbead2e7139048bc73563fd52c30d1ce5ae124a87 (diff)
downloadFreeBSD-src-4cced586e8673594612f5b42945561cf48e51f5a.zip
FreeBSD-src-4cced586e8673594612f5b42945561cf48e51f5a.tar.gz
Use a unified CPP_SPEC.
Diffstat (limited to 'contrib/gcc/config/alpha/freebsd.h')
-rw-r--r--contrib/gcc/config/alpha/freebsd.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/gcc/config/alpha/freebsd.h b/contrib/gcc/config/alpha/freebsd.h
index a258c64..a3052d8 100644
--- a/contrib/gcc/config/alpha/freebsd.h
+++ b/contrib/gcc/config/alpha/freebsd.h
@@ -36,12 +36,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef WCHAR_UNSIGNED
#define WCHAR_UNSIGNED 0
-/* Provide a CPP_SPEC appropriate for FreeBSD. Current we just deal with
- the GCC option `-posix'. */
-
-#undef CPP_SPEC
-#define CPP_SPEC "%{posix:-D_POSIX_SOURCE}"
-
/* Provide an ASM_SPEC appropriate for a FreeBSD/Alpha target. This differs
from the generic FreeBSD ASM_SPEC in that no special handling of PIC is
necessary on the Alpha. */
@@ -76,7 +70,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \
- "-D__alpha__ -D__alpha -D__ELF__ -Acpu(alpha) -Amachine(alpha)" \
+ "-D__alpha__ -D__alpha -Acpu(alpha) -Amachine(alpha)" \
CPP_FBSD_PREDEFINES
#undef LINK_SPEC
OpenPOWER on IntegriCloud