summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-20 21:03:59 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-20 21:03:59 +0000
commit0ef9f551604b445ccaebccb67cf76a9b407ff3a4 (patch)
tree417d95e3ddf3ae779b0027edcf0083505ad365bc /russian
parentCoerce this into building on the Alpha. (diff)
Don't add '-m486' to CFLAGS so this builds on the Alpha.
Notes
Notes: svn path=/head/; revision=26064
Diffstat (limited to 'russian')
-rw-r--r--russian/xcode/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/russian/xcode/files/patch-aa b/russian/xcode/files/patch-aa
new file mode 100644
index 000000000000..eff4493db280
--- /dev/null
+++ b/russian/xcode/files/patch-aa
@@ -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}