diff options
Diffstat (limited to 'binutils-2.25/configure')
-rwxr-xr-x | binutils-2.25/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils-2.25/configure b/binutils-2.25/configure index 87677bc..b86cfe6 100755 --- a/binutils-2.25/configure +++ b/binutils-2.25/configure @@ -2972,7 +2972,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 |