- Add LICENSE_FILE - Use OPTIONS helpers - Backport: Fix for testsuite using clang [1] - Backport: Fix build with Clang 3.5 on ARM [2] PR: 196408 Submitted by: koobs Approved by: mentor (implicit) Relnotes: yes
11 lines
395 B
Text
11 lines
395 B
Text
--- configure.orig 2015-01-01 10:56:10 UTC
|
|
+++ configure
|
|
@@ -17221,7 +17221,7 @@ case "$host" in
|
|
mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*)
|
|
TARGET=MIPS; TARGETDIR=mips
|
|
;;
|
|
- mips*-*linux* | mips*-*-openbsd*)
|
|
+ mips*-*linux* | mips*-*-openbsd* | mips*-*-freebsd*)
|
|
# Support 128-bit long double for NewABI.
|
|
HAVE_LONG_DOUBLE='defined(__mips64)'
|
|
TARGET=MIPS; TARGETDIR=mips
|