Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 1999 17:29:41 -0600 (CST)
From:      Steve Price <sprice@hiwaay.net>
To:        freebsd-alpha@freebsd.org
Subject:   Ok to set __FreeBSD__=4?
Message-ID:  <Pine.OSF.4.02.9903151727220.29286-100000@fly.HiWAAY.net>

next in thread | raw e-mail | index | archive | help
Does anyone have any objections to the following patch?  I haven't
done a full make world with it yet, but it seems harmless enough
in -current and brings cc(1) inline with the i386 version.

-steve

Index: freebsd.h
===================================================================
RCS file: /home/ncvs/src/contrib/gcc/config/alpha/freebsd.h,v
retrieving revision 1.3
diff -u -r1.3 freebsd.h
--- freebsd.h	1998/06/08 10:58:36	1.3
+++ freebsd.h	1999/03/15 23:18:54
@@ -102,7 +102,7 @@
  ((len > 1 && !strncmp (str, "gsdb", len)) ? SDB_DEBUG : DBX_DEBUG)
 
 #undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-Dunix -D__alpha -D__alpha__ -D__ELF__ -D__FreeBSD__=3 -Asystem(unix) -Asystem(FreeBSD) -Acpu(alpha) -Amachine(alpha)"
+#define CPP_PREDEFINES "-Dunix -D__alpha -D__alpha__ -D__ELF__ -D__FreeBSD__=4 -D__FreeBSD_cc_version=400001 -Asystem(unix) -Asystem(FreeBSD) -Acpu(alpha) -Amachine(alpha)"
 
 #undef LINK_SPEC
 #define LINK_SPEC "-m elf64alpha					\



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.02.9903151727220.29286-100000>