Changeset 272
- Timestamp:
- Jan 17, 2014, 11:50:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r259 r272 76 76 DHRYSTONE_OBJS = build/dhrystone/dhry_1.o \ 77 77 build/dhrystone/dhry_2.o \ 78 build/libs/stdlib.o \ 78 79 build/libs/stdio.o \ 79 80 build/libs/string.o \ … … 88 89 89 90 90 CFLAGS = -Wall -ffreestanding -mno-gpopt -mips32 91 CFLAGS = -Wall -ffreestanding -mno-gpopt -mips32 91 92 92 93 GIET_INCLUDE = -Igiet_boot \ … … 116 117 117 118 ### Disk image generation 118 ### This requires the generic LINUX/MacOS s ript "create_dmg" script119 ### This requires the generic LINUX/MacOS script "create_dmg" script 119 120 ### written by C.Fuguet. (should be installed in GIET-VM root directory). 120 121 hdd/virt_hdd.dmg: map.bin \ … … 386 387 rm -rf build/sort/* 387 388 rm -rf build/map.bin 389 rm -rf hdd/virt_hdd/* 388 390 rm -rf hdd/virt_hdd.dmg
Note: See TracChangeset
for help on using the changeset viewer.