diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-30 14:19:50 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-30 14:19:50 +0000 |
commit | 85be9c0c6703d0666f750a8203b92f7d71f8ea15 (patch) | |
tree | 648ab9e60c9dcd45db2cfeeeecfd6b1a0922dde3 /lang/gcc47/Makefile | |
parent | 6464bd4e9a37ee41d9a8e784f7ce89ec74870b56 (diff) | |
download | ports-85be9c0c6703d0666f750a8203b92f7d71f8ea15.tar.gz ports-85be9c0c6703d0666f750a8203b92f7d71f8ea15.zip |
Notes
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 517d6b73260f..13128f850ae6 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -86,12 +86,9 @@ INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/gccinstall \ gcc${SUFFIX}/gccint \ gcc${SUFFIX}/gfortran \ - gcc${SUFFIX}/libgomp -# Release tarballs (as opposed to snapshots) always carry this. -#.if ${ARCH} == "i386" || ${ARCH} == "amd64" -INFO+= gcc${SUFFIX}/libquadmath \ - gcc${SUFFIX}/libitm -#.endif + gcc${SUFFIX}/libgomp \ + gcc${SUFFIX}/libitm \ + gcc${SUFFIX}/libquadmath SUB_FILES= pkg-message SUB_LIST+= TARGLIB=${TARGLIB} |