mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 14:12:26 +00:00
15 lines
557 B
Diff
15 lines
557 B
Diff
Original patch from gentoo: gentoo/src/patchsets/gcc/4.3.0/gentoo/11_all_gcc-netbsd-symbolic.patch
|
|
http://bugs.gentoo.org/122698
|
|
|
|
diff -durN gcc-4.3.0.orig/gcc/config/netbsd-elf.h gcc-4.3.0/gcc/config/netbsd-elf.h
|
|
--- gcc-4.3.0.orig/gcc/config/netbsd-elf.h 2007-09-03 18:14:04.000000000 +0200
|
|
+++ gcc-4.3.0/gcc/config/netbsd-elf.h 2008-06-10 14:44:21.000000000 +0200
|
|
@@ -82,6 +82,7 @@
|
|
#define NETBSD_LINK_SPEC_ELF \
|
|
"%{assert*} %{R*} %{rpath*} \
|
|
%{shared:-shared} \
|
|
+ %{symbolic:-Bsymbolic} \
|
|
%{!shared: \
|
|
-dc -dp \
|
|
%{!nostdlib: \
|