mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 02:51:18 +02:00
14 lines
447 B
Plaintext
14 lines
447 B
Plaintext
diff --git ./configure.orig ./configure
|
|
index 4b04db7..0d94fbd 100755
|
|
--- ./configure.orig
|
|
+++ ./configure
|
|
@@ -13428,7 +13428,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
|