diff options
author | 2004-01-18 23:45:44 +0000 | |
---|---|---|
committer | 2004-01-18 23:45:44 +0000 | |
commit | 68881c17d74b555d6d51cb7315f2dd72e72ca1b9 (patch) | |
tree | 0a110a4edfd4333e0ee255f448f60e8972855613 | |
parent | Profile for cobalt mips machines. Cobalt's are mips little-endian systems (diff) | |
download | gentoo-2-68881c17d74b555d6d51cb7315f2dd72e72ca1b9.tar.gz gentoo-2-68881c17d74b555d6d51cb7315f2dd72e72ca1b9.tar.bz2 gentoo-2-68881c17d74b555d6d51cb7315f2dd72e72ca1b9.zip |
Typo fix
-rw-r--r-- | profiles/cobalt-mips-1.4/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/cobalt-mips-1.4/make.defaults b/profiles/cobalt-mips-1.4/make.defaults index 55bf74d8a749..134ca5b5b09b 100644 --- a/profiles/cobalt-mips-1.4/make.defaults +++ b/profiles/cobalt-mips-1.4/make.defaults @@ -20,7 +20,7 @@ CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips cobalt" +USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips" ACCEPT_KEYWORDS="mips" |