File tree 2 files changed +8
-18
lines changed
2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -1047,16 +1047,11 @@ _LT_EOF
1047
1047
_lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1048
1048
darwin1.*)
1049
1049
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1050
- darwin*) # darwin 5.x on
1051
- # if running on 10.5 or later, the deployment target defaults
1052
- # to the OS version, if on x86, and 10.4, the deployment
1053
- # target defaults to 10.4. Don't you love it?
1054
- case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
1055
- 10.0,*86*-darwin8*|10.0,*-darwin[ [ 91] ] *)
1056
- _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1057
- 10.[ [ 012] ] *)
1050
+ darwin*)
1051
+ case $MACOSX_DEPLOYMENT_TARGET,$host in
1052
+ 10.[ [ 012] ] ,*|,*powerpc*-darwin[ [ 5-8] ] *)
1058
1053
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1059
- 10. *)
1054
+ *)
1060
1055
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1061
1056
esac
1062
1057
;;
Original file line number Diff line number Diff line change @@ -6924,16 +6924,11 @@ $as_echo "$lt_cv_ld_force_load" >&6; }
6924
6924
_lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6925
6925
darwin1.*)
6926
6926
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6927
- darwin*) # darwin 5.x on
6928
- # if running on 10.5 or later, the deployment target defaults
6929
- # to the OS version, if on x86, and 10.4, the deployment
6930
- # target defaults to 10.4. Don't you love it?
6931
- case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6932
- 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6933
- _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6934
- 10.[012]*)
6927
+ darwin*)
6928
+ case $MACOSX_DEPLOYMENT_TARGET,$host in
6929
+ 10.[012],*|,*powerpc*-darwin[5-8]*)
6935
6930
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6936
- 10. *)
6931
+ *)
6937
6932
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6938
6933
esac
6939
6934
;;
You can’t perform that action at this time.
0 commit comments