From owner-freebsd-alpha Mon Mar 15 15:30: 3 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 3238B14DDF for ; Mon, 15 Mar 1999 15:29:59 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id RAA00191 for ; Mon, 15 Mar 1999 17:29:41 -0600 (CST) Date: Mon, 15 Mar 1999 17:29:41 -0600 (CST) From: Steve Price To: freebsd-alpha@freebsd.org Subject: Ok to set __FreeBSD__=4? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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