OSDN Git Service

* configure.ac: Disable libsanitizer if we're not building C++.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2012 10:52:54 +0000 (10:52 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2012 10:52:54 +0000 (10:52 +0000)
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193842 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index 87559f3..6c0d6d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * configure.ac: Disable libsanitizer if we're not building C++.
+       * configure: Regenerate.
+
 2012-11-15  Roland McGrath  <roland@hack.frob.com>
 
        * MAINTAINERS (Write After Approval): Add myself.
index d72d4f9..16bbaa8 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
 
index 24ea7e5..cd6721e 100644 (file)
@@ -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