diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-08-17 23:45:21 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-08-17 23:45:21 -0400 |
commit | 3ae8b980d17e29c86c30939da2b9a251b9e6b36c (patch) | |
tree | aecb81111ef019b089eca4deb400b74db54276f4 /INSTALL | |
parent | 259071c249643ecb5e6799422d45d053cb64d515 (diff) | |
download | musl-3ae8b980d17e29c86c30939da2b9a251b9e6b36c.tar.gz musl-3ae8b980d17e29c86c30939da2b9a251b9e6b36c.tar.xz musl-3ae8b980d17e29c86c30939da2b9a251b9e6b36c.zip |
add mips to supported arch list in INSTALL file
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL index f39d6274..720c94ea 100644 --- a/INSTALL +++ b/INSTALL @@ -19,7 +19,7 @@ First, some prerequisites: you don't need threads or POSIX 2008 features, even 2.4 is probably okay. -- A supported CPU architecture (currently i386, x86_64, or arm). +- A supported CPU architecture (currently i386, x86_64, arm, or mips). - If you want to use dynamic linking, it's recommended that you have permissions to write to /lib and /etc. Otherwise your binaries will |