opnsense-ports/emulators/generator/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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;}