diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-05 21:01:08 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-05 21:01:08 +0000 |
commit | b0e94739464da6f4e73a5f3e80ec779480d16892 (patch) | |
tree | d202f169da241769452be64ff9d6811a356945a0 /gnu | |
parent | f6e69cfc784602193b5c513aed5aeba48fb21a80 (diff) | |
download | FreeBSD-src-b0e94739464da6f4e73a5f3e80ec779480d16892.zip FreeBSD-src-b0e94739464da6f4e73a5f3e80ec779480d16892.tar.gz |
Remove libc, librtld_db, libthr packages, and further increase
the constraints on what needs to be installed in a specific to
maintain consistency during upgrades.
Create a new clibs package containing libraries that are needed
as a bare minimum for consistency.
With much help and input from: kib
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libgcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index 05f7961..c1b1e36 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE= clibs GCCDIR= ${.CURDIR}/../../../contrib/gcc GCCLIB= ${.CURDIR}/../../../contrib/gcclibs COMPILERRTDIR= ${.CURDIR}/../../../contrib/compiler-rt |