diff options
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r-- | profiles/base/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index a9d0f7bcb..4c3ef79ea 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -11,8 +11,8 @@ TIER2_ARCH="alpha arm64 hppa ia64 sparc sparc64" USE_EXPAND_VALUES_ARCH="${TIER1_ARCH} ${TIER2_ARCH}" # We only support these libcs right now. -# FreeBSD and uclibc must be added due to stupid gentoo ebuilds -USE_EXPAND_VALUES_ELIBC="glibc musl FreeBSD uclibc" +# FreeBSD, glibc, mintlib, and uclibc must be added due to stupid gentoo ebuilds +USE_EXPAND_VALUES_ELIBC="glibc mintlib musl FreeBSD uclibc" # XXX Someday fix it to know that busybox != GNU USE_EXPAND_VALUES_KERNEL="linux" |