mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@80020 d073be05-634f-4543-b044-5fe20cf6d1d6
17 lines
663 B
Diff
17 lines
663 B
Diff
--- gcc-4.2.4/gcc/config/darwin.h.orig 2009-10-27 21:51:57.000000000 +0900
|
|
+++ gcc-4.2.4/gcc/config/darwin.h 2009-10-27 21:53:42.000000000 +0900
|
|
@@ -237,12 +237,7 @@
|
|
%{!nostdlib:%{!nodefaultlibs:%(link_ssp) %G %L}} \
|
|
%{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} }}}}}}}}"
|
|
|
|
-#ifdef TARGET_SYSTEM_ROOT
|
|
-#define LINK_SYSROOT_SPEC \
|
|
- "%{isysroot*:-syslibroot %*;:-syslibroot " TARGET_SYSTEM_ROOT "}"
|
|
-#else
|
|
-#define LINK_SYSROOT_SPEC "%{isysroot*:-syslibroot %*}"
|
|
-#endif
|
|
+#define LINK_SYSROOT_SPEC ""
|
|
|
|
/* Please keep the random linker options in alphabetical order (modulo
|
|
'Z' and 'no' prefixes). Options that can only go to one of libtool
|