0c1225e8c5
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/a52dec#83338740f08820af42a495332b59624cba069f79
24 lines
860 B
Diff
24 lines
860 B
Diff
--- ./configure~ 2002-07-28 06:50:42.000000000 +0300
|
|
+++ ./configure 2003-04-13 17:20:53.000000000 +0300
|
|
@@ -2857,13 +2857,13 @@
|
|
|
|
case "$host" in
|
|
i?86-* | k?-*)
|
|
- case "$host" in
|
|
- i386-*) OPT_CFLAGS="$CFLAGS -mcpu=i386";;
|
|
- i486-*) OPT_CFLAGS="$CFLAGS -mcpu=i486";;
|
|
- i586-*) OPT_CFLAGS="$CFLAGS -mcpu=pentium";;
|
|
- i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";;
|
|
- k6-*) OPT_CFLAGS="$CFLAGS -mcpu=k6";;
|
|
- esac
|
|
+# case "$host" in
|
|
+# i386-*) OPT_CFLAGS="$CFLAGS -mcpu=i386";;
|
|
+# i486-*) OPT_CFLAGS="$CFLAGS -mcpu=i486";;
|
|
+# i586-*) OPT_CFLAGS="$CFLAGS -mcpu=pentium";;
|
|
+# i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";;
|
|
+# k6-*) OPT_CFLAGS="$CFLAGS -mcpu=k6";;
|
|
+# esac
|
|
echo "$as_me:$LINENO: checking if $CC supports $OPT_CFLAGS flags" >&5
|
|
echo $ECHO_N "checking if $CC supports $OPT_CFLAGS flags... $ECHO_C" >&6
|
|
SAVE_CFLAGS="$CFLAGS"
|