diff options
Diffstat (limited to 'sim/cr16/Makefile.in')
-rw-r--r-- | sim/cr16/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/cr16/Makefile.in b/sim/cr16/Makefile.in index 63b85b9..de85cf8 100644 --- a/sim/cr16/Makefile.in +++ b/sim/cr16/Makefile.in @@ -39,13 +39,13 @@ table.c: gencode simops.h ./gencode >$@ gencode.o: gencode.c $(INCLUDE) - $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gencode.c + $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(WARN_CFLAGS) -c $(srcdir)/gencode.c cr16-opc.o: $(srcdir)/../../opcodes/cr16-opc.c - $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/../../opcodes/cr16-opc.c + $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(WARN_CFLAGS) -c $(srcdir)/../../opcodes/cr16-opc.c gencode: gencode.o cr16-opc.o - $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o cr16-opc.o $(BUILD_LIB) + $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o gencode gencode.o cr16-opc.o $(BUILD_LIB) clean-extra: rm -f table.c simops.h gencode |