diff options
Diffstat (limited to 'binutils-2.25/configure.ac')
-rw-r--r-- | binutils-2.25/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils-2.25/configure.ac b/binutils-2.25/configure.ac index 4bb4865..9316eb9 100644 --- a/binutils-2.25/configure.ac +++ b/binutils-2.25/configure.ac @@ -332,7 +332,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*-*-*) configdirs="$configdirs gold" if test x${ENABLE_GOLD} = xdefault; then default_ld=gold |