- Timestamp:
- Jul 10, 2014, 11:42:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fault_tolerance/softs/soft_transpose_giet/Makefile
r724 r745 4 4 DU = mipsel-unknown-elf-objdump 5 5 6 OBJS = 7 8 9 6 OBJS = reset.o \ 7 giet.o \ 8 stdio.o \ 9 main.o 10 10 11 CFLAGS = -Wall -mno-gpopt -ffreestanding -fomit-frame-pointer -mips32 -ggdb 11 CFLAGS = -Wall -mno-gpopt -ffreestanding -fomit-frame-pointer -mips32 \ 12 -msoft-float -O2 \ 13 # -ggdb -mlong-calls 12 14 13 15 GIET = ../giet_tsar … … 18 20 19 21 reset.o: $(GIET)/reset.S hard_config.h 20 $(CC) -I. $(CFLAGS) -c -o $@ $<22 $(CC) -I. -I$(GIET) $(CFLAGS) -c -o $@ $< 21 23 $(DU) -D $@ > $@.txt 22 24
Note: See TracChangeset
for help on using the changeset viewer.