diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-07-09 08:29:25 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-07-09 08:29:25 -0700 |
commit | 939b95c77bf273b252a49334844c469bd28356a9 (patch) | |
tree | 27f6034d47fc2bf21e6f4364a79036d40ed3cba8 /gas/configure | |
parent | fe49679d5193f6ff7cfd333e30883d293112a3d1 (diff) | |
download | gdb-939b95c77bf273b252a49334844c469bd28356a9.zip gdb-939b95c77bf273b252a49334844c469bd28356a9.tar.gz gdb-939b95c77bf273b252a49334844c469bd28356a9.tar.bz2 |
Linux/x86: Configure gas with --enable-x86-used-note by default
* configure.ac: Configure with --enable-x86-used-note by default
for Linux/x86.
* configure: Regenerated.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure index 9f0c9c2..d6ad625 100755 --- a/gas/configure +++ b/gas/configure @@ -12636,6 +12636,13 @@ $as_echo "#define STRICTCOFF 1" >>confdefs.h ;; + 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] \ |