1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Don't add '-m486' to CFLAGS so this builds on the Alpha.

This commit is contained in:
Steve Price 2000-02-20 21:03:59 +00:00
parent 6caf3abbd9
commit 0ef9f55160
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26064

View File

@ -0,0 +1,11 @@
--- Makefile.orig Sat Feb 19 22:02:36 2000
+++ Makefile Sat Feb 19 22:02:45 2000
@@ -10,7 +10,7 @@
rm -f ${PROG} ${OBJ} ${SRC}~
${PROG}: ${SRC}
- gcc -O6 -fno-strength-reduce -m486 -o ${PROG} ${SRC}
+ gcc -O6 -fno-strength-reduce -o ${PROG} ${SRC}
install: ${PROG}
install -s -m 755 ${PROG} ${BINDIR}