* support/regression/ports/pic16/spec.mk: link with libm18f.lib,
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 6 Mar 2006 21:21:43 +0000 (21:21 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 6 Mar 2006 21:21:43 +0000 (21:21 +0000)
  made the linker quiet

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4054 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/regression/ports/pic16/spec.mk

index 1c33e739ec5e85d44d93138ae9aa72e1f29de64d..fc85b125478e19b163b734ca28c17ac687e94d34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-06 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
+         made the linker quiet
+
 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
 
        * src/pic16/gen.c (genPcall): fixed bug #1443644
index 271678110fbecaad241ccb698d4b9ab4e7709caa..fa92ec6d0dc2ed7eea4323687d5935d2d0b0cece 100644 (file)
@@ -1,4 +1,4 @@
-# Port specification for the pic16 port running with uCsim
+# Port specification for the pic16 port running with gpsim
 
 # path to gpsim
 ifdef GPSIM_PATH
@@ -7,9 +7,9 @@ else
   GPSIM := gpsim
 endif
 
-SDCCFLAGS += -mpic16 -I$(SDCC_DIR)/device/include/pic16 --nostdinc --less-pedantic -Wl,-t255 -DREENTRANT=reentrant
+SDCCFLAGS += -mpic16 -pp18f452 -I$(SDCC_DIR)/device/include/pic16 --nostdinc --less-pedantic -Wl,-t255 -Wl,-q -DREENTRANT=reentrant
 LINKFLAGS = --nostdlib
-LINKFLAGS += libsdcc.lib libc18f.lib
+LINKFLAGS += libsdcc.lib libc18f.lib libm18f.lib
 LIBDIR = $(SDCC_DIR)/device/lib/build/pic16
 
 OBJEXT = .o