diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-01-18 23:45:44 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-01-18 23:45:44 +0000 |
commit | 6faa500ae6f2ab9eed13a75cc195bd8c3ee7922d (patch) | |
tree | 7ee7e4d700dc73b8889cf66ba12429eef68a226b /profiles | |
parent | Profile for cobalt mips machines. Cobalt's are mips little-endian systems (diff) | |
download | historical-6faa500ae6f2ab9eed13a75cc195bd8c3ee7922d.tar.gz historical-6faa500ae6f2ab9eed13a75cc195bd8c3ee7922d.tar.bz2 historical-6faa500ae6f2ab9eed13a75cc195bd8c3ee7922d.zip |
Typo fix
Diffstat (limited to 'profiles')
-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" |