aboutsummaryrefslogtreecommitdiff
path: root/sim/cr16/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-29 22:41:14 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-29 22:41:14 -0400
commit5aedb83b9cbf22ce09719584479a21d905f438ff (patch)
treea209ea6cf198acbcbf3d2fd56929c37a564c86e0 /sim/cr16/Makefile.in
parentca968da465a0d1fd153b158b7aa69730709f43db (diff)
downloadfsf-binutils-gdb-5aedb83b9cbf22ce09719584479a21d905f438ff.zip
fsf-binutils-gdb-5aedb83b9cbf22ce09719584479a21d905f438ff.tar.gz
fsf-binutils-gdb-5aedb83b9cbf22ce09719584479a21d905f438ff.tar.bz2
sim: cr16: clean up misc warnings
Diffstat (limited to 'sim/cr16/Makefile.in')
-rw-r--r--sim/cr16/Makefile.in6
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