mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Upgrade to the 980315 snapshot.
This commit is contained in:
parent
d0d4155962
commit
c70534b96a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10432
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
@ -7,11 +7,11 @@
|
||||
# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= egcs-1.0.2
|
||||
DISTNAME= egcs-980315
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.0.2/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.0.2/
|
||||
MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-03-15/ \
|
||||
ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-03-15/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
@ -33,12 +33,12 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ ${PREFIX}/bin/c++ \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld ; \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771 \
|
||||
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld ; \
|
||||
do strip $$prog ; \
|
||||
done)
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (egcs-1.0.2.tar.gz) = 5b4538fa17d393db1d2501148ad31f21
|
||||
MD5 (egcs-980315.tar.gz) = 6e8d706260798b0391d4b6038f00260e
|
||||
|
@ -1,17 +1,12 @@
|
||||
--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998
|
||||
+++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998
|
||||
@@ -35,10 +35,13 @@
|
||||
#include "i386/perform.h"
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
+
|
||||
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
|
||||
|
||||
+#undef CC1PLUS_SPEC
|
||||
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
|
||||
|
||||
+
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998
|
||||
+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998
|
||||
--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997
|
||||
+++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998
|
||||
@@ -127,6 +127,9 @@
|
||||
} \
|
||||
}
|
||||
@ -14,8 +14,8 @@
|
||||
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
-#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
|
||||
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
|
||||
+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
@ -208,35 +208,35 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.90.27/specs
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/SYSCALLS.c.X
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1obj
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cc1plus
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/cpp
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/f771
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/README
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/exception
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/limits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/math.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/new.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/NXConstStr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Object.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/Protocol.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/encoding.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/hash.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-api.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc-list.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/objc.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/sarray.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/thr.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/objc/typedstream.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/syslimits.h
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/include/typeinfo
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/ld
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libgcc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/libobjc.a
|
||||
lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.14/specs
|
||||
lib/libf2c.a
|
||||
lib/libiberty.a
|
||||
lib/libstdc++.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user