112b0c3c7b
Bump PORTREVISION Submitter takes maintainership Add pkg-message and rework pkg-descr PR: ports/82141 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
18 lines
850 B
Text
18 lines
850 B
Text
--- configure.orig Mon May 5 12:08:27 2003
|
|
+++ configure Sat Jun 11 11:55:59 2005
|
|
@@ -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;}
|