aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/configure
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mn10300/configure')
-rwxr-xr-xsim/mn10300/configure14
1 files changed, 6 insertions, 8 deletions
diff --git a/sim/mn10300/configure b/sim/mn10300/configure
index b0d5b4f..435db0d 100755
--- a/sim/mn10300/configure
+++ b/sim/mn10300/configure
@@ -8143,7 +8143,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; }
case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
10.0,*86*-darwin8*|10.0,*-darwin[91]*)
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
- 10.[012]*)
+ 10.[012][,.]*)
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
10.*)
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
@@ -10166,7 +10166,7 @@ _LT_EOF
if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
&& test "$tmp_diet" = no
then
- tmp_addflag=
+ tmp_addflag=' $pic_flag'
tmp_sharedflag='-shared'
case $cc_basename,$host_cpu in
pgcc*) # Portland Group C compiler
@@ -13670,14 +13670,12 @@ _ACEOF
fi
done
-for ac_header in unistd.h stdlib.h string.h strings.h utime.h time.h
+for ac_header in utime.h
do :
- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
-eval as_val=\$$as_ac_Header
- if test "x$as_val" = x""yes; then :
+ ac_fn_c_check_header_mongrel "$LINENO" "utime.h" "ac_cv_header_utime_h" "$ac_includes_default"
+if test "x$ac_cv_header_utime_h" = x""yes; then :
cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+#define HAVE_UTIME_H 1
_ACEOF
fi