From e0964473d6ef6a0e9ad2258009d045f87f417c9c Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 18 Aug 1999 23:58:21 +0000 Subject: Don't assign __FreeBSD__ a value here. (pulled too much in from src/contrib/egcs/ again) PR: 13224 Submitted by: imura@cs.titech.ac.jp --- lang/egcs/files/freebsd.h | 4 ++-- lang/gcc295/files/freebsd.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lang') 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. -- cgit v1.2.3