mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4ccf95842b
PR: ports/18487 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
16 lines
599 B
Plaintext
16 lines
599 B
Plaintext
--- Makefile.orig Fri Apr 28 13:11:32 2000
|
|
+++ Makefile Thu May 11 01:52:23 2000
|
|
@@ -30,10 +30,10 @@
|
|
endif
|
|
|
|
# common definition
|
|
-LD=gcc
|
|
+#LD=gcc
|
|
#LD=gcc -Wl,-Map,gogo.map
|
|
LIBS=-lm
|
|
-CC=gcc -c -m486 -O3 -finline-functions -fomit-frame-pointer -funroll-loops
|
|
+#CC=gcc -c -m486 -O3 -finline-functions -fomit-frame-pointer -funroll-loops
|
|
# This option is available for gcc-2.8.x
|
|
#CC=gcc -c -mcpu=pentiumpro -malign-double -O6 -fstrength-reduce -fexpensive-optimizations -finline-functions -fomit-frame-pointer -funroll-loops
|
|
# This option is available for gcc-2.95.1, gcc-2.95.2, gcc-2.95.3,...
|