lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 25.11-pre 42 lines 1.8 kB view raw
1This reverts upstream commit caf606c90d55305967b9253447dda93d2f1835ab 2until https://sourceware.org/PR29547 is fixed. 3 4--- a/libtool.m4 5+++ b/libtool.m4 6@@ -3214,31 +3214,25 @@ AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, 7 lt_nm_to_check="$lt_nm_to_check nm" 8 fi 9 fi 10- for lt_tmp_nm in "$lt_nm_to_check"; do 11+ for lt_tmp_nm in $lt_nm_to_check; do 12 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 13 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do 14 IFS="$lt_save_ifs" 15 test -z "$ac_dir" && ac_dir=. 16- # Strip out any user-provided options from the nm to test twice, 17- # the first time to test to see if nm (rather than its options) has 18- # an explicit path, the second time to yield a file which can be 19- # nm'ed itself. 20- tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`" 21- case "$tmp_nm_path" in 22+ case "$lt_tmp_nm" in 23 */*|*\\*) tmp_nm="$lt_tmp_nm";; 24 *) tmp_nm="$ac_dir/$lt_tmp_nm";; 25 esac 26- tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`" 27- if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then 28+ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then 29 # Check to see if the nm accepts a BSD-compat flag. 30 # Adding the `sed 1q' prevents false positives on HP-UX, which says: 31 # nm: unknown option "B" ignored 32- case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in 33+ case `"$tmp_nm" -B "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in 34 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B" 35 break 36 ;; 37 *) 38- case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in 39+ case `"$tmp_nm" -p "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in 40 *$tmp_nm*) 41 lt_cv_path_NM="$tmp_nm -p" 42 break