diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-09 06:57:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-09 06:57:03 +0000 |
commit | 6dd7dcec1eec16c767c5417ed9bf0e4b4d948493 (patch) | |
tree | 1fb8ab98323a9f732231528cd8cc3b6391233840 | |
parent | - Support staging (diff) |
Remove useless use of USE_GCC
-rw-r--r-- | devel/compiler-rt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile index d533e543e05d..51777ef24e19 100644 --- a/devel/compiler-rt/Makefile +++ b/devel/compiler-rt/Makefile @@ -19,7 +19,6 @@ INSTALL_WRKSRC= ${WRKDIR}/build CMAKE_SOURCE_PATH= ${WRKSRC} USES= cmake -USE_GCC= 4.2+ USE_BZIP2= yes USE_LDCONFIG= yes MAKE_ARGS= VERBOSE=1 |