Small fix
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 8 Jan 2002 23:06:43 +0000 (23:06 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 8 Jan 2002 23:06:43 +0000 (23:06 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1784 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/ports/mcs51-stack-auto/spec.mk

index 780846c0b500ba31803ca852a4a127f394cd214f..51b724f953ce7776b1d573577a4dcdcc51d51eb1 100644 (file)
@@ -5,8 +5,8 @@
 LIBSRCDIR = ../../device/lib
 LIBDIR    = gen/$(PORT)/lib
 
-LIBSDCCFLAGS+=--stack-auto
-SDCCFLAGS   +=$(LIBSDCCFLAGS) --int-long-reent --float-reent --nostdlib -L$(LIBDIR) -llibsdcc -llibint -lliblong -llibfloat
+LIBSDCCFLAGS+=--stack-auto --int-long-reent --float-reent
+SDCCFLAGS   +=$(LIBSDCCFLAGS) --nostdlib -L$(LIBDIR) -llibsdcc -llibint -lliblong -llibfloat
 
 # copy support.c
 $(PORTS_DIR)/$(PORT)/%.c: $(PORTS_DIR)/mcs51/%.c