diff options
Diffstat (limited to 'sim/m32c/Makefile.in')
-rw-r--r-- | sim/m32c/Makefile.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in index cfdadd0..c5b1495 100644 --- a/sim/m32c/Makefile.in +++ b/sim/m32c/Makefile.in @@ -41,26 +41,3 @@ SIM_OBJS = \ $(ENDLIST) ## COMMON_POST_CONFIG_FRAG - -arch = m32c - -# opc2c leaks memory, and therefore makes AddressSanitizer unhappy. Disable -# leak detection while running it. -OPC2C = ASAN_OPTIONS=detect_leaks=0 ./opc2c - -r8c.c : r8c.opc opc2c - $(ECHO_GEN) $(OPC2C) -l r8c.out $(srcdir)/r8c.opc > r8c.c.tmp - $(SILENCE) mv r8c.c.tmp r8c.c - -m32c.c : m32c.opc opc2c - $(ECHO_GEN) $(OPC2C) -l m32c.out $(srcdir)/m32c.opc > m32c.c.tmp - $(SILENCE) mv m32c.c.tmp m32c.c - -opc2c : opc2c.o - $(ECHO_CCLD) $(LINK_FOR_BUILD) $^ - -encodings: - grep '/\* [01]' $(srcdir)/r8c.opc | sort - -opc2c.o : opc2c.c - $(ECHO_CC) $(COMPILE_FOR_BUILD) -c $(srcdir)/opc2c.c |