1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: sh4 support added
Author: Thorsten Alteholz <debian@alteholz.de>
Last-Update: 2011-12-12
Index: libctl/configure
===================================================================
--- libctl.orig/configure 2011-12-12 11:46:56.000000000 +0100
+++ libctl/configure 2011-12-12 11:47:16.000000000 +0100
@@ -16561,7 +16561,7 @@
;;
# Ignore these flags.
- -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -LANG:=* | -LIST:* | -LNO:*)
+ -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little | -LANG:=* | -LIST:* | -LNO:*)
;;
-lkernel32)
test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
|