ubsan: bfin-lex.l:503 left shift cannot be represented
[deliverable/binutils-gdb.git] / gas / configure.ac
index b65108fecb21e81768c94659f04a6fb46bfb6bc5..8d968defb62f6503ed935e041da2d3a3ea638b92 100644 (file)
@@ -242,6 +242,13 @@ for this_target in $target $canon_targets ; do
        AC_DEFINE(STRICTCOFF, 1, [Using strict COFF?])
        ;;
 
+      i386-*-linux-* | x86_64-*-linux-*)
+       if test ${this_target} = $target \
+          && test ${ac_default_generate_x86_used_note} = unset; then
+         ac_default_generate_x86_used_note=1
+       fi
+       ;;
+
       i386-*-solaris2 \
       | x86_64-*-solaris2 \
       | i386-*-solaris2.[[0-9]] \
This page took 0.023959 seconds and 4 git commands to generate.