diff options
author | Cary Coutant <ccoutant@gmail.com> | 2016-03-17 15:37:10 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2016-03-17 15:37:10 -0700 |
commit | ea01647092eefeca9336b36809962ff097306b41 (patch) | |
tree | b60660a3de7d1ca5420a7e5674c2d47094f26d75 /configure.ac | |
parent | 47a9f4fcab30d2f9a1485a7a2634f40feb22bd60 (diff) | |
download | gdb-ea01647092eefeca9336b36809962ff097306b41.zip gdb-ea01647092eefeca9336b36809962ff097306b41.tar.gz gdb-ea01647092eefeca9336b36809962ff097306b41.tar.bz2 |
Add mips and s390 build targets for gold.
* configure.ac: Add mips and s390 to the gold target check.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 321b908..74bf58a 100644 --- a/configure.ac +++ b/configure.ac @@ -351,7 +351,7 @@ case "${ENABLE_GOLD}" in # Check for target supported by gold. case "${target}" in i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \ - | aarch64*-*-* | tilegx*-*-*) + | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*) configdirs="$configdirs gold" if test x${ENABLE_GOLD} = xdefault; then default_ld=gold |