diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-06 15:29:39 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-06 15:29:39 +0800 |
commit | c331591d54b6f274fee636305011b33fa6ed9f37 (patch) | |
tree | 981c6deb81525dab7fc947fc77c4f2ed9a93db8e /lang/gcc33/Makefile | |
parent | 0d1f6e1409b57d1610558a9c61bb7e91e723ae43 (diff) | |
download | freebsd-ports-gnome-c331591d54b6f274fee636305011b33fa6ed9f37.tar.gz freebsd-ports-gnome-c331591d54b6f274fee636305011b33fa6ed9f37.tar.zst freebsd-ports-gnome-c331591d54b6f274fee636305011b33fa6ed9f37.zip |
Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot.
Diffstat (limited to 'lang/gcc33/Makefile')
-rw-r--r-- | lang/gcc33/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index 4b4391a7c229..132b01006796 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -4,10 +4,10 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.66 1999/07/04 20:55:43 obrien Exp $ +# $Id: Makefile,v 1.67 1999/07/04 21:49:26 steve Exp $ # -SNAPDATE= 1999-06-23 +SNAPDATE= 1999-06-29 SNAPVER= ${SNAPDATE:S/-//g} DISTNAME= egcs-${SNAPVER} @@ -60,14 +60,14 @@ ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 pre-patch: - ${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h - ${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h - ${CP} ${FILESDIR}/alpha-freebsd.h ${WRKSRC}/gcc/config/alpha/freebsd.h + @${MV} ${WRKSRC}/gcc/config/i386/freebsd.h ${WRKSRC}/gcc/config/i386/freebsd-aout.h + @${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h pre-configure: @(MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ ${SED} -e "s:__FreeBSD__:__FreeBSD__=$${MAJ}:" ${FILESDIR}/freebsd.h \ >${WRKSRC}/gcc/config/freebsd.h ) + @${CP} ${FILESDIR}/alpha-freebsd.h ${WRKSRC}/gcc/config/alpha/freebsd.h .if ${PORTOBJFORMAT} == "elf" && ${MACHINE_ARCH} == "i386" @${SED} -e 's/^@comment ELF-only://' ${PKGDIR}/PLIST >${PLIST} .endif |