1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Latest gcc 3.4.4, latest msp430 patches.

This commit is contained in:
Lev A. Serebryakov 2005-09-19 13:39:41 +00:00
parent 5aa0d1d2e2
commit f57f8830fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143156
6 changed files with 32 additions and 12 deletions

View File

@ -24,8 +24,8 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
GCCVERSION= 3.4.1
PATCHVERSION= 20040723
GCCVERSION= 3.4.4
PATCHVERSION= 20050317
WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION}

View File

@ -1,4 +1,4 @@
MD5 (gcc-core-3.4.1.tar.bz2) = 4b05b134baf92457494a0f4a28aa5213
SIZE (gcc-core-3.4.1.tar.bz2) = 12862544
MD5 (msp430-gcc-3.4.1.20040723.tar.bz2) = d600065fb644113a72ed6897f0b38e1c
SIZE (msp430-gcc-3.4.1.20040723.tar.bz2) = 139467
MD5 (gcc-core-3.4.4.tar.bz2) = 9dd911fd9bc136ca42b73c68735d853b
SIZE (gcc-core-3.4.4.tar.bz2) = 13153342
MD5 (msp430-gcc-3.4.4.20050317.tar.bz2) = 20b2a266c6ade18fe08bb2b89ac6ba5c
SIZE (msp430-gcc-3.4.4.20050317.tar.bz2) = 139578

View File

@ -0,0 +1,10 @@
--- gcc/config/msp430/msp430.c.orig Mon Sep 19 17:03:53 2005
+++ gcc/config/msp430/msp430.c Mon Sep 19 17:04:11 2005
@@ -149,6 +149,7 @@
MSP430_ISA_14 = 14,
MSP430_ISA_15 = 15,
MSP430_ISA_16 = 16,
+ MSP430_ISA_210 = 210,
MSP430_ISA_31 = 31,
MSP430_ISA_32 = 32,
MSP430_ISA_33 = 33,

View File

@ -24,8 +24,8 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
GCCVERSION= 3.4.1
PATCHVERSION= 20040723
GCCVERSION= 3.4.4
PATCHVERSION= 20050317
WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION}

View File

@ -1,4 +1,4 @@
MD5 (gcc-core-3.4.1.tar.bz2) = 4b05b134baf92457494a0f4a28aa5213
SIZE (gcc-core-3.4.1.tar.bz2) = 12862544
MD5 (msp430-gcc-3.4.1.20040723.tar.bz2) = d600065fb644113a72ed6897f0b38e1c
SIZE (msp430-gcc-3.4.1.20040723.tar.bz2) = 139467
MD5 (gcc-core-3.4.4.tar.bz2) = 9dd911fd9bc136ca42b73c68735d853b
SIZE (gcc-core-3.4.4.tar.bz2) = 13153342
MD5 (msp430-gcc-3.4.4.20050317.tar.bz2) = 20b2a266c6ade18fe08bb2b89ac6ba5c
SIZE (msp430-gcc-3.4.4.20050317.tar.bz2) = 139578

View File

@ -0,0 +1,10 @@
--- gcc/config/msp430/msp430.c.orig Mon Sep 19 17:03:53 2005
+++ gcc/config/msp430/msp430.c Mon Sep 19 17:04:11 2005
@@ -149,6 +149,7 @@
MSP430_ISA_14 = 14,
MSP430_ISA_15 = 15,
MSP430_ISA_16 = 16,
+ MSP430_ISA_210 = 210,
MSP430_ISA_31 = 31,
MSP430_ISA_32 = 32,
MSP430_ISA_33 = 33,