# Node ID 42d960aece457e9237e1379c49bc1dbe1bf86eb6 # Parent 2492d7ccda7e145bb33930199c0a59886c96c324 diff --git a/util/m5/Makefile.arm b/util/m5/Makefile.arm --- a/util/m5/Makefile.arm +++ b/util/m5/Makefile.arm @@ -39,7 +39,7 @@ # Authors: Nathan Binkert # Ali Saidi -### If we are not compiling on an arm, we must use cross tools ### +### If we are not compiling on an arm, we must use cross tools ### ifneq ($(shell uname -m), armv7l) CROSS_COMPILE?=arm-linux-gnueabi- endif @@ -54,7 +54,7 @@ ### JDK_PATH must be set to build gem5OpJni #JDK_PATH=/path/to/jdk/version_number -CFLAGS=-O2 -I $(JDK_PATH)/include/ -I $(JDK_PATH)/include/linux +CFLAGS=-O2 -I $(JDK_PATH)/include/ -I $(JDK_PATH)/include/linux -march=armv7-a LDFLAGS=-L. -lm5 LIB_OBJS=m5op_arm.o