* src/mcs51/peeph.def: disabled rule 132.d to fix #1734654
[fw/sdcc] / support / regression / Makefile.in
index cc4377d1d5427374fc5605645843ee48e8855dfe..7bf2b91bf2875909af72945b9d0f7b2475075e19 100644 (file)
@@ -147,14 +147,14 @@ PORT_RESULTS_DIR = $(RESULTS_DIR)/$(PORT)
 # Each test generates a result log file
 PORT_RESULTS = $(ALL_TESTS:$(TESTS_DIR)/%.c=$(PORT_RESULTS_DIR)/%.out)
 
-SDCC_EXTRA_DIR = $(top_builddir)../sdcc-extra
+SDCC_EXTRA_DIR = $(top_builddir)/../sdcc-extra
 INC_DIR = $(top_srcdir)/device/include
 
 # Defaults.  Override in spec.mk if required.
 # Path to SDCC
-SDCC = $(top_builddir)bin/sdcc
+SDCC = $(top_builddir)/bin/sdcc
 # Base flags.
-SDCCFLAGS += -DNO_VARARGS
+SDCCFLAGS += --fverbose-asm -DNO_VARARGS
 # Extension of object intermediate files
 OBJEXT = .o
 # Extension of files that can be run in the emulator