|
@@ -73,7 +73,7 @@ index 9270b5f..955daad 100644
|
|
*clang*)
|
|
*clang*)
|
|
# Any changes made here should be reflected in the GCC+Darwin case below
|
|
# Any changes made here should be reflected in the GCC+Darwin case below
|
|
PGO_PROF_GEN_FLAG="-fprofile-instr-generate"
|
|
PGO_PROF_GEN_FLAG="-fprofile-instr-generate"
|
|
-@@ -2158,7 +2159,7 @@ AC_MSG_RESULT([$BOLT_APPLY_FLAGS])
|
|
|
|
|
|
+@@ -2179,7 +2180,7 @@ AC_MSG_RESULT([$BOLT_APPLY_FLAGS])
|
|
# compiler and platform. BASECFLAGS tweaks need to be made even if the
|
|
# compiler and platform. BASECFLAGS tweaks need to be made even if the
|
|
# user set OPT.
|
|
# user set OPT.
|
|
|
|
|
|
@@ -82,7 +82,7 @@ index 9270b5f..955daad 100644
|
|
*clang*)
|
|
*clang*)
|
|
cc_is_clang=1
|
|
cc_is_clang=1
|
|
;;
|
|
;;
|
|
-@@ -2430,7 +2431,7 @@ yes)
|
|
|
|
|
|
+@@ -2451,7 +2452,7 @@ yes)
|
|
|
|
|
|
# ICC doesn't recognize the option, but only emits a warning
|
|
# ICC doesn't recognize the option, but only emits a warning
|
|
## XXX does it emit an unused result warning and can it be disabled?
|
|
## XXX does it emit an unused result warning and can it be disabled?
|
|
@@ -91,7 +91,7 @@ index 9270b5f..955daad 100644
|
|
[*icc*], [ac_cv_disable_unused_result_warning=no]
|
|
[*icc*], [ac_cv_disable_unused_result_warning=no]
|
|
[PY_CHECK_CC_WARNING([disable], [unused-result])])
|
|
[PY_CHECK_CC_WARNING([disable], [unused-result])])
|
|
AS_VAR_IF([ac_cv_disable_unused_result_warning], [yes],
|
|
AS_VAR_IF([ac_cv_disable_unused_result_warning], [yes],
|
|
-@@ -2676,7 +2677,7 @@ yes)
|
|
|
|
|
|
+@@ -2697,7 +2698,7 @@ yes)
|
|
;;
|
|
;;
|
|
esac
|
|
esac
|
|
|
|
|
|
@@ -100,7 +100,7 @@ index 9270b5f..955daad 100644
|
|
*mpicc*)
|
|
*mpicc*)
|
|
CFLAGS_NODIST="$CFLAGS_NODIST"
|
|
CFLAGS_NODIST="$CFLAGS_NODIST"
|
|
;;
|
|
;;
|
|
-@@ -3511,7 +3512,7 @@ then
|
|
|
|
|
|
+@@ -3532,7 +3533,7 @@ then
|
|
then
|
|
then
|
|
LINKFORSHARED="-Wl,--export-dynamic"
|
|
LINKFORSHARED="-Wl,--export-dynamic"
|
|
fi;;
|
|
fi;;
|
|
@@ -109,7 +109,7 @@ index 9270b5f..955daad 100644
|
|
*gcc*)
|
|
*gcc*)
|
|
if $CC -Xlinker --help 2>&1 | grep export-dynamic >/dev/null
|
|
if $CC -Xlinker --help 2>&1 | grep export-dynamic >/dev/null
|
|
then
|
|
then
|
|
-@@ -6832,7 +6833,7 @@ if test "$ac_cv_gcc_asm_for_x87" = yes; then
|
|
|
|
|
|
+@@ -6853,7 +6854,7 @@ if test "$ac_cv_gcc_asm_for_x87" = yes; then
|
|
# Some versions of gcc miscompile inline asm:
|
|
# Some versions of gcc miscompile inline asm:
|
|
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46491
|
|
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46491
|
|
# http://gcc.gnu.org/ml/gcc/2010-11/msg00366.html
|
|
# http://gcc.gnu.org/ml/gcc/2010-11/msg00366.html
|