mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Update to the 20171129 snapshot of GCC 6.4.1.
Like with lang/gcc6 now, make sure what we install is stripped (i.e., debug info is removed). (For more background see revisions 454177.)
This commit is contained in:
parent
bf43557044
commit
dbffc8db3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455168
2 changed files with 8 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 6.4.1.s20171122
|
||||
PORTVERSION= 6.4.1.s20171129
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
@ -94,6 +94,10 @@ CONFIGURE_ARGS+=--disable-bootstrap
|
|||
CONFIGURE_ARGS+=--with-build-config=bootstrap-debug
|
||||
ALL_TARGET= bootstrap-lean
|
||||
.endif
|
||||
INSTALL_TARGET= install-strip
|
||||
.if ${UID} != 0
|
||||
BINMODE= 755
|
||||
.endif
|
||||
CONFIGURE_ARGS+=--disable-nls \
|
||||
--enable-gnu-indirect-function \
|
||||
--libdir=${TARGLIB} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1511391489
|
||||
SHA256 (gcc-6-20171122.tar.xz) = 31fafc3de86bce2e88e78be49fb6e2969090561902565f8a9ab4b487b6bf2563
|
||||
SIZE (gcc-6-20171122.tar.xz) = 72605876
|
||||
TIMESTAMP = 1511996873
|
||||
SHA256 (gcc-6-20171129.tar.xz) = 045726114546a674f10f375a9103f26672932bd4178edf388f44c5bde75384e7
|
||||
SIZE (gcc-6-20171129.tar.xz) = 72606568
|
||||
|
|
Loading…
Add table
Reference in a new issue