Skip to content

Instantly share code, notes, and snippets.

@syuu1228
Created September 13, 2010 10:58
Show Gist options
  • Save syuu1228/577130 to your computer and use it in GitHub Desktop.
Save syuu1228/577130 to your computer and use it in GitHub Desktop.
Index: Makefile.cross
===================================================================
RCS file: /cvs/src/Makefile.cross,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile.cross
--- Makefile.cross 9 Sep 2010 19:46:39 -0000 1.35
+++ Makefile.cross 13 Sep 2010 10:57:51 -0000
@@ -80,7 +80,7 @@ TARGET_USE_GCC3=No
COMPILER_VERSION=gcc2
.elif ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "hppa" || \
${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "powerpc" || \
- ${TARGET_ARCH} == "sparc64"
+ ${TARGET_ARCH} == "sparc64" || ${TARGET_ARCH} == "mips64"
TARGET_USE_GCC4=Yes
COMPILER_VERSION=gcc4
.else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment