From e9035ce80a25ad2e624789680e014974000d8ad0 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 25 Dec 1998 19:42:01 +0000 Subject: Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case. This should fix some of the problems with exceptions under ELF. PR: ports/9089 Submitted by: jdp via Robert Schulhof --- lang/gcc295/files/patch-ak | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/gcc295/files/patch-ak (limited to 'lang/gcc295') diff --git a/lang/gcc295/files/patch-ak b/lang/gcc295/files/patch-ak new file mode 100644 index 000000000000..f2c8058c74ca --- /dev/null +++ b/lang/gcc295/files/patch-ak @@ -0,0 +1,10 @@ +--- gcc/configure.orig Wed Dec 2 11:22:52 1998 ++++ gcc/configure Fri Dec 25 00:35:40 1998 +@@ -2752,6 +2752,7 @@ + tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h" + # On FreeBSD, the headers are already ok, except for math.h. + fixincludes=fixinc.wrap ++ extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" + tmake_file=i386/t-freebsd + gas=yes + gnu_ld=yes -- cgit v1.2.3