From 55c1a54373eb07788940cb0facee97cb58c97f2d Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 20 Feb 2000 21:03:59 +0000 Subject: Don't add '-m486' to CFLAGS so this builds on the Alpha. --- russian/xcode/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 russian/xcode/files/patch-aa (limited to 'russian/xcode') diff --git a/russian/xcode/files/patch-aa b/russian/xcode/files/patch-aa new file mode 100644 index 00000000000..eff4493db28 --- /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} -- cgit