mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
482 B

--- ./configure.orig 2004-09-18 07:23:18.600218296 +0200
+++ ./configure 2004-09-18 07:23:36.692467856 +0200
@@ -1909,7 +1909,7 @@
if test $mips_config_abi != $mips_cc_abi; then
# This won't make it to config.make, but we want to
# set this in case configure tests depend on it.
- CPPFLAGS="$CPPFLAGS -mabi=$mips_config_abi"
+ echo "i am not setting -mabi as you are crosscompiling headers."
fi
;;
mips*) base_machine=mips machine=mips/mips32/$machine ;;