mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
e9035ce80a
This should fix some of the problems with exceptions under ELF. PR: ports/9089 Submitted by: jdp via Robert Schulhof <rrs@LMI.Net>
11 lines
395 B
Plaintext
11 lines
395 B
Plaintext
--- 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
|