diff options
author | 2005-05-03 18:45:21 +0000 | |
---|---|---|
committer | 2005-05-03 18:45:21 +0000 | |
commit | 842ccb510176d735503a0a41b9eeb4b0b586f88b (patch) | |
tree | 0b0ebd6378dff27633e75c380998d21eff860d1c /profiles/cobalt-mips-2004.1/make.defaults | |
parent | Added ~ppc64 (diff) | |
download | historical-842ccb510176d735503a0a41b9eeb4b0b586f88b.tar.gz historical-842ccb510176d735503a0a41b9eeb4b0b586f88b.tar.bz2 historical-842ccb510176d735503a0a41b9eeb4b0b586f88b.zip |
Renamed LIBC into ELIBC to avoid bugs.
Diffstat (limited to 'profiles/cobalt-mips-2004.1/make.defaults')
-rw-r--r-- | profiles/cobalt-mips-2004.1/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/cobalt-mips-2004.1/make.defaults b/profiles/cobalt-mips-2004.1/make.defaults index bec40fd20321..ccdae0f91890 100644 --- a/profiles/cobalt-mips-2004.1/make.defaults +++ b/profiles/cobalt-mips-2004.1/make.defaults @@ -31,11 +31,11 @@ ACCEPT_KEYWORDS="mips" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. Flat profiles also need to # be updated appropriately. -USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL LIBC" +USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" CONFIG_PROTECT_MASK="/etc/gconf" USERLAND=GNU KERNEL=linux -LIBC=glibc +ELIBC=glibc |