mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
52693c37bd
This one should be using libstdc++ v3 and the new 3.0 C++ ABI now.
49 lines
1.8 KiB
Plaintext
49 lines
1.8 KiB
Plaintext
--- gcc/config/i386/freebsd.h.orig Thu Nov 2 15:29:09 2000
|
|
+++ gcc/config/i386/freebsd.h Mon Nov 27 01:52:39 2000
|
|
@@ -76,11 +76,15 @@
|
|
|
|
#undef WCHAR_TYPE_SIZE
|
|
#define WCHAR_TYPE_SIZE BITS_PER_WORD
|
|
-
|
|
-#undef CPP_PREDEFINES
|
|
-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__\
|
|
- -Asystem=unix -Asystem=bsd -Asystem=FreeBSD"
|
|
|
|
+#undef CC1_SPEC
|
|
+#define CC1_SPEC "\
|
|
+ %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
|
|
+ %{maout: %{!mno-underscores: %{!munderscores: -munderscores }}}"
|
|
+
|
|
+#undef ASM_SPEC
|
|
+#define ASM_SPEC "%{v*: -v} %{maout: %{fpic:-k} %{fPIC:-k}}"
|
|
+
|
|
/* Provide a STARTFILE_SPEC appropriate for FreeBSD. Here we add
|
|
the magical crtbegin.o file (see crtstuff.c) which provides part
|
|
of the support for getting C++ file-scope static object constructed
|
|
@@ -88,11 +92,11 @@
|
|
|
|
#undef STARTFILE_SPEC
|
|
#define STARTFILE_SPEC \
|
|
- "%{!shared: \
|
|
- %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} \
|
|
- %{!p:%{profile:gcrt1.o%s} \
|
|
- %{!profile:crt1.o%s}}}} \
|
|
- crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}"
|
|
+ "%{maout: %{shared:c++rt0.o%s} \
|
|
+ %{!shared:%{pg:gcrt0.o%s}%{!pg:%{static:scrt0.o%s}%{!static:crt0.o%s}}}} \
|
|
+ %{!maout: %{!shared: \
|
|
+ %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \
|
|
+ crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}"
|
|
|
|
/* Provide a ENDFILE_SPEC appropriate for FreeBSD. Here we tack on
|
|
the magical crtend.o file (see crtstuff.c) which provides part of
|
|
@@ -102,7 +106,7 @@
|
|
|
|
#undef ENDFILE_SPEC
|
|
#define ENDFILE_SPEC \
|
|
- "%{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s"
|
|
+ "%{!maout: %{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s}"
|
|
|
|
/* Provide a LINK_SPEC appropriate for FreeBSD. Here we provide support
|
|
for the special GCC options -static and -shared, which allow us to
|