Don't add '-m486' to CFLAGS so this builds on the Alpha.
This commit is contained in:
parent
6caf3abbd9
commit
0ef9f55160
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26064
11
russian/xcode/files/patch-aa
Normal file
11
russian/xcode/files/patch-aa
Normal 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}
|
Loading…
Reference in New Issue
Block a user