bbb36a8468
- gcc: Add -fsingle-precision-constant option - gcc: Apply franken-gcc patch of Mozilla.org - ld: Add -fgc-dynstr As for pkgsrc, C++ compiler is removed because it is not used for kernel compilation.
16 lines
433 B
Text
16 lines
433 B
Text
$NetBSD: binutils-ae,v 1.1 2002/05/15 14:03:27 kent Exp $
|
|
|
|
--- config.sub.orig Wed Apr 24 15:22:48 2002
|
|
+++ config.sub
|
|
@@ -952,6 +952,11 @@
|
|
basic_machine=c4x-none
|
|
os=-coff
|
|
;;
|
|
+ algor-* | arc-* | cobalt-* | hpcmips-* | playstation2-* | pmax-*)
|
|
+ if [ x$os = x-netbsd ]; then
|
|
+ basic_machine=mipsel-unknown
|
|
+ fi
|
|
+ ;;
|
|
*)
|
|
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
|
exit 1
|