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

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