update sdcc to 2.7.0

from Andreas Bihlmaier (MAINTAINER)
This commit is contained in:
jasper 2007-06-06 17:23:09 +00:00
parent b883ab75a7
commit d05b070e0f
7 changed files with 1217 additions and 65 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/30 18:45:32 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2007/06/06 17:23:09 jasper Exp $
COMMENT= "Small Device C Compiler"
DISTNAME= sdcc-2.6.0
DISTNAME= sdcc-src-2.7.0
EXTRACT_SUFX= .tar.bz2
CATEGORIES= devel
HOMEPAGE= http://sdcc.sourceforge.net/
@ -14,7 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++
WANTLIB= c m stdc++ readline termcap
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdcc/}

View File

@ -1,5 +1,5 @@
MD5 (sdcc-2.6.0.tar.gz) = cNYDYibYUplSN/MMXLUJYA==
RMD160 (sdcc-2.6.0.tar.gz) = KuWQSRPm8Qbadd9kHLytnDogK9s=
SHA1 (sdcc-2.6.0.tar.gz) = 7DAImoeeoV9o3D+G0LTMax1gu7E=
SHA256 (sdcc-2.6.0.tar.gz) = ZTRFD++YFQLV5UBGT+DUMy4PR3BFSDVLWa+Q6vKQz5M=
SIZE (sdcc-2.6.0.tar.gz) = 4229518
MD5 (sdcc-src-2.7.0.tar.bz2) = AZWBOg4TdSoHm55olnT5jw==
RMD160 (sdcc-src-2.7.0.tar.bz2) = gFazXIelXP+n4xP7DxgPRkcl96k=
SHA1 (sdcc-src-2.7.0.tar.bz2) = 8bye2miCFhh9Wkwe3p2+sR0NMek=
SHA256 (sdcc-src-2.7.0.tar.bz2) = MVyviyOd/k+SLwkPM9JOgi60mhtEPUvgIAVskSd//ZU=
SIZE (sdcc-src-2.7.0.tar.bz2) = 3405687

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-sdcc_device_lib_pic16_Makefile_common_in,v 1.1.1.1 2006/12/30 18:45:32 jasper Exp $
--- device/lib/pic16/Makefile.common.in.orig Mon May 1 22:47:12 2006
+++ device/lib/pic16/Makefile.common.in Mon Dec 25 11:58:00 2006
@@ -16,7 +16,7 @@
### $Id: patch-sdcc_device_lib_pic16_Makefile_common_in,v 1.1.1.1 2006/12/30 18:45:32 jasper Exp $
###
-SHELL = bash
+SHELL = ksh
#################################################
### verboseness

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-sdcc_device_lib_pic_Makefile_common_in,v 1.1.1.1 2006/12/30 18:45:32 jasper Exp $
--- device/lib/pic/Makefile.common.in.orig Mon May 1 22:47:12 2006
+++ device/lib/pic/Makefile.common.in Mon Dec 25 11:58:00 2006
@@ -12,7 +12,7 @@
### $Id: patch-sdcc_device_lib_pic_Makefile_common_in,v 1.1.1.1 2006/12/30 18:45:32 jasper Exp $
###
-SHELL = bash
+SHELL = ksh
#################################################
### verboseness

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-sdcc_sim_ucsim_cmd_src_Makefile_in,v 1.1.1.1 2006/12/30 18:45:32 jasper Exp $
--- sim/ucsim/cmd.src/Makefile.in.orig Mon Apr 24 23:19:58 2006
+++ sim/ucsim/cmd.src/Makefile.in Mon Dec 25 11:58:00 2006
@@ -45,7 +45,7 @@ OBJECTS = cmdset.o command.o newcmd.o c
cmduc.o cmdstat.o cmdmem.o \
cmdpars.o cmdlex.o
-DEVEL = $(shell ( bash -c "test -e $(top_builddir)devel && echo yes" ))
+DEVEL = $(shell ( ksh -c "test -e $(top_builddir)devel && echo yes" ))
# Compiling entire program or any subproject
# ------------------------------------------

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-sdcc_sim_ucsim_configure,v 1.1.1.1 2006/12/30 18:45:32 jasper Exp $
--- sim/ucsim/configure.orig Sun Jun 18 23:08:05 2006
+++ sim/ucsim/configure Mon Dec 25 11:58:00 2006
@@ -6681,11 +6681,11 @@ cygwin* | mingw* | pw32*)
$OpenBSD: patch-sdcc_sim_ucsim_configure,v 1.2 2007/06/06 17:23:09 jasper Exp $
--- sim/ucsim/configure.orig Sun Jan 21 10:09:01 2007
+++ sim/ucsim/configure Wed Jun 6 19:13:16 2007
@@ -7316,11 +7316,11 @@ cygwin* | mingw* | pw32*)
yes,cygwin*)
library_names_spec='$libname.dll.a'
soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'

File diff suppressed because it is too large Load Diff