This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi!
I just committed the following patch:
2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* configure.ac (noconfigdirs): Merge from GCC.
* configure: Regenerate.
Index: configure
===================================================================
RCS file: /cvs/src/src/configure,v
retrieving revision 1.436
diff -u -p -r1.436 configure
--- configure 15 Nov 2012 14:10:39 -0000 1.436
+++ configure 28 Nov 2012 11:37:47 -0000
@@ -6437,11 +6437,11 @@ case ,${enable_languages},:${enable_objc
;;
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: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.180
diff -u -p -r1.180 configure.ac
--- configure.ac 15 Nov 2012 14:10:39 -0000 1.180
+++ configure.ac 28 Nov 2012 11:37:49 -0000
@@ -2008,11 +2008,11 @@ case ,${enable_languages},:${enable_objc
;;
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
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de +49-172-7608481
Signature of: Wenn ich wach bin, trÃume ich.
the second :
Attachment:
signature.asc
Description: Digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |