Allow -Wl,* options to shared-ld-sh
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -2799,7 +2799,7 @@ while test ${D}# -gt 0; do
|
||||
shift
|
||||
;;
|
||||
|
||||
-l*|-L*|-flat_namespace|-headerpad_max_install_names)
|
||||
-l*|-L*|-Wl,*|-flat_namespace|-headerpad_max_install_names)
|
||||
# collect these options
|
||||
args="${D}{args} ${D}1"
|
||||
;;
|
||||
|
4
configure
vendored
4
configure
vendored
@@ -35771,7 +35771,7 @@ _ACEOF
|
||||
fi
|
||||
|
||||
if test "$wxUSE_DMALLOC" = "yes" ; then
|
||||
DMALLOC_LIBS="-ldmalloc"
|
||||
DMALLOC_LIBS="-ldmallocthcxx"
|
||||
fi
|
||||
|
||||
PROFILE=
|
||||
@@ -42117,7 +42117,7 @@ while test ${D}# -gt 0; do
|
||||
shift
|
||||
;;
|
||||
|
||||
-l*|-L*|-flat_namespace|-headerpad_max_install_names)
|
||||
-l*|-L*|-Wl,*|-flat_namespace|-headerpad_max_install_names)
|
||||
# collect these options
|
||||
args="${D}{args} ${D}1"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user