diff options
author | Patrick Li <pat@FreeBSD.org> | 2005-06-12 07:17:43 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2005-06-12 07:17:43 +0000 |
commit | 112b0c3c7b294c8ceaa605f68003098388efa66a (patch) | |
tree | 34099a2803e87d9261bdb72ee74df0ec5cc09f60 /emulators/generator/files | |
parent | 43e8cfe1a1271ee3bf1297f8f21aa599aca10f5c (diff) |
Notes
Diffstat (limited to 'emulators/generator/files')
-rw-r--r-- | emulators/generator/files/patch-configure | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/emulators/generator/files/patch-configure b/emulators/generator/files/patch-configure new file mode 100644 index 000000000000..d36090a035c7 --- /dev/null +++ b/emulators/generator/files/patch-configure @@ -0,0 +1,18 @@ +--- 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;} |