mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
21 lines
931 B
Plaintext
21 lines
931 B
Plaintext
$NetBSD: patch-ac,v 1.2 2005/01/31 23:58:33 xtraeme Exp $
|
|
|
|
--- configure.orig 2005-02-01 00:40:15.000000000 +0100
|
|
+++ configure 2005-02-01 00:40:29.000000000 +0100
|
|
@@ -1919,15 +1919,6 @@
|
|
echo "${ECHO_T}Turning on gcc 3 optimisations" >&6
|
|
CFLAGS="$CFLAGS -minline-all-stringops -fno-math-errno"
|
|
fi
|
|
- case $target_cpu in
|
|
- i?86) echo "$as_me:$LINENO: result: Turning on pentium optimisations" >&5
|
|
-echo "${ECHO_T}Turning on pentium optimisations" >&6
|
|
- # cannot do malign-double as we link to other libraries and it
|
|
- # would break binary compatibility
|
|
- CFLAGS="$CFLAGS -march=pentium -malign-loops=5"
|
|
- CFLAGS="$CFLAGS -malign-jumps=5 -malign-functions=5"
|
|
- ;;
|
|
- esac
|
|
else
|
|
{ echo "$as_me:$LINENO: WARNING: You did not opt for gcc optimisations!" >&5
|
|
echo "$as_me: WARNING: You did not opt for gcc optimisations!" >&2;}
|