diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-05 01:08:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-05 01:08:25 +0000 |
commit | f21f7c41b1ddbe7e50eace6d5fbf16de289b0ef1 (patch) | |
tree | 1bc9dcfd63907833f04f3a001bea37ddd67dc8da /Rules.mak | |
parent | a1ec4fae6d9b3280f661bb80127d90c0d53a7a99 (diff) |
Kill off "mipsel" and just use "mips"
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ # your compiler is broken, you should not need to specify TARGET_ARCH # # Most people will set this stuff on the command line, i.e. -# make CROSS=mipsel-linux- -# will build uClibc for 'mipsel'. +# make CROSS=arm-linux- +# will build uClibc for 'arm'. ifndef CROSS CROSS= |