changeset 6275:bf41d7830952

Fix linux-x86::cross/gcc libitm and libsanitizer cannot be compiled. Since glibc-2.3 is probably too old.
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sat, 15 Nov 2014 16:53:35 +0900
parents 3738a160e168
children 4f348b2a350c
files gub/specs/cross/gcc.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/cross/gcc.py	Sat Nov 15 16:11:34 2014 +0900
+++ b/gub/specs/cross/gcc.py	Sat Nov 15 16:53:35 2014 +0900
@@ -65,6 +65,8 @@
 --with-local-prefix=%(system_prefix)s
 --disable-multilib
 --disable-nls
+--disable-libitm
+--disable-libsanitizer
 --enable-threads=posix
 --enable-__cxa_atexit
 --enable-symvers=gnu