diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/egcs/files/freebsd.h | 4 | ||||
-rw-r--r-- | lang/gcc295/files/freebsd.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/egcs/files/freebsd.h b/lang/egcs/files/freebsd.h index 7cac2062fa2f..a0e3ad10a012 100644 --- a/lang/egcs/files/freebsd.h +++ b/lang/egcs/files/freebsd.h @@ -1,4 +1,4 @@ -/* $Id: freebsd.h,v 1.4 1999/08/05 16:05:58 obrien Exp $ */ +/* $Id: freebsd.h,v 1.5 1999/08/16 00:12:21 obrien Exp $ */ /* Base configuration file for all FreeBSD targets. Copyright (C) 1999 Free Software Foundation, Inc. @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ /* Place spaces around this string. We depend on string splicing to produce the final CPP_PREDEFINES value. */ -#define CPP_FBSD_PREDEFINES " -Dunix -D__FreeBSD__=4 -Asystem(unix) -Asystem(FreeBSD) " +#define CPP_FBSD_PREDEFINES " -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) " /* Provide a LIB_SPEC appropriate for FreeBSD. Just select the appropriate libc, depending on whether we're doing profiling or need threads support. diff --git a/lang/gcc295/files/freebsd.h b/lang/gcc295/files/freebsd.h index 7cac2062fa2f..a0e3ad10a012 100644 --- a/lang/gcc295/files/freebsd.h +++ b/lang/gcc295/files/freebsd.h @@ -1,4 +1,4 @@ -/* $Id: freebsd.h,v 1.4 1999/08/05 16:05:58 obrien Exp $ */ +/* $Id: freebsd.h,v 1.5 1999/08/16 00:12:21 obrien Exp $ */ /* Base configuration file for all FreeBSD targets. Copyright (C) 1999 Free Software Foundation, Inc. @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ /* Place spaces around this string. We depend on string splicing to produce the final CPP_PREDEFINES value. */ -#define CPP_FBSD_PREDEFINES " -Dunix -D__FreeBSD__=4 -Asystem(unix) -Asystem(FreeBSD) " +#define CPP_FBSD_PREDEFINES " -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) " /* Provide a LIB_SPEC appropriate for FreeBSD. Just select the appropriate libc, depending on whether we're doing profiling or need threads support. |