Disable libsanitizer for non-C++ builds.
* configure.ac (noconfigdirs): Merge from GCC. * configure: Regenerate.
This commit is contained in:
parent
065b05f2df
commit
0d829d9695
@ -1,3 +1,8 @@
|
|||||||
|
2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
|
* configure.ac (noconfigdirs): Merge from GCC.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
* config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
|
* config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
|
||||||
|
4
configure
vendored
4
configure
vendored
@ -6437,11 +6437,11 @@ case ,${enable_languages},:${enable_objc_gc} in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Disable libitm if we're not building C++
|
# Disable libitm and libsanitizer if we're not building C++
|
||||||
case ,${enable_languages}, in
|
case ,${enable_languages}, in
|
||||||
*,c++,*) ;;
|
*,c++,*) ;;
|
||||||
*)
|
*)
|
||||||
noconfigdirs="$noconfigdirs target-libitm"
|
noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -2008,11 +2008,11 @@ case ,${enable_languages},:${enable_objc_gc} in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Disable libitm if we're not building C++
|
# Disable libitm and libsanitizer if we're not building C++
|
||||||
case ,${enable_languages}, in
|
case ,${enable_languages}, in
|
||||||
*,c++,*) ;;
|
*,c++,*) ;;
|
||||||
*)
|
*)
|
||||||
noconfigdirs="$noconfigdirs target-libitm"
|
noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user