diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-05 11:17:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-05 11:17:51 +0100 |
commit | 81b33233162bea3b757b80049f051cf0de1fd697 (patch) | |
tree | 2a400849a1065c684ccb5be19ba1402427575088 /embedded-test.sh | |
parent | 6456bc07ff77aa5e8cd6641993936c1737aaad4d (diff) |
add nios2 for uClibc-ng
Diffstat (limited to 'embedded-test.sh')
-rwxr-xr-x | embedded-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index 54f59a6..a1531e2 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -27,8 +27,8 @@ arch_list_uclibcng="alpha arcv1 arcv2 arcv1-be arcv2-be arm-nommu \ armv5 armv7 armv7-thumb2 armeb avr32 bf512-flat bf512-fdpic c6x \ crisv10 crisv32 frv h8300 lm32 m68k m68k-nommu metag microblazeel \ microblazebe mips mipssf mipsel mipselsf mips64 mips64n32 \ - mips64n64 mips64el mips64eln32 mips64eln64 nds32le or1k ppc \ - ppcsf sh2 sh3 sh4 sh4eb sparc sparc-leon3 x86 x86_64 xtensa \ + mips64n64 mips64el mips64eln32 mips64eln64 nds32le nios2 or1k \ + ppc ppcsf sh2 sh3 sh4 sh4eb sparc sparc-leon3 x86 x86_64 xtensa \ xtensabe xtensa-nommu" # musl |