summaryrefslogtreecommitdiffstats
path: root/zpu/hdl/zpu4/test/dmips/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zpu/hdl/zpu4/test/dmips/build.sh')
-rw-r--r--zpu/hdl/zpu4/test/dmips/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zpu/hdl/zpu4/test/dmips/build.sh b/zpu/hdl/zpu4/test/dmips/build.sh
index 161c748..44ead41 100644
--- a/zpu/hdl/zpu4/test/dmips/build.sh
+++ b/zpu/hdl/zpu4/test/dmips/build.sh
@@ -1,4 +1,4 @@
-zpu-elf-gcc -DTIME $ZPUDIR/dhrystone/dhry_*.c -O3 -Wl,--gc-sections -Wl,--relax -abel -o dmips.elf
+zpu-elf-gcc -DTIME ../../../../../../roadshow/dhrystone/dhry_*.c -O3 -Wl,--gc-sections -Wl,--relax -phi -o dmips.elf
zpu-elf-objdump --disassemble-all >dmips.dis dmips.elf
zpu-elf-objcopy -O binary dmips.elf dmips.bin
java -classpath ../../../../sw/simulator/zpusim.jar com.zylin.zpu.simulator.tools.MakeRam dmips.bin >dmips.ram
OpenPOWER on IntegriCloud