mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
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>
|
||||
|
||||
* 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
|
||||
|
||||
# Disable libitm if we're not building C++
|
||||
# Disable libitm and libsanitizer if we're not building C++
|
||||
case ,${enable_languages}, in
|
||||
*,c++,*) ;;
|
||||
*)
|
||||
noconfigdirs="$noconfigdirs target-libitm"
|
||||
noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -2008,11 +2008,11 @@ case ,${enable_languages},:${enable_objc_gc} in
|
||||
;;
|
||||
esac
|
||||
|
||||
# Disable libitm if we're not building C++
|
||||
# Disable libitm and libsanitizer if we're not building C++
|
||||
case ,${enable_languages}, in
|
||||
*,c++,*) ;;
|
||||
*)
|
||||
noconfigdirs="$noconfigdirs target-libitm"
|
||||
noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user