diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-31 18:45:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-31 18:45:48 +0100 |
commit | f855b1d7bfdc36a65703fdf9a638ad016c409bbe (patch) | |
tree | 3fcedec43e1387c1410add7f3e5f3e958050e010 /scripts | |
parent | 1c7ad1a115614a32ac299a9ad5341a9b4157e47b (diff) |
add basic zephyr experiments, add xtensa newlib support
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create-menu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-menu b/scripts/create-menu index f087300b6..f4b7184b5 100755 --- a/scripts/create-menu +++ b/scripts/create-menu @@ -98,7 +98,7 @@ config ADK_TARGET_CHOOSE_ARCH bool "choose architecture" EOD -for os in linux frosted baremetal; do +for os in linux frosted zephyr baremetal; do for arch in $(cat $topdir/target/$os/arch.lst);do OS=$(echo $os | tr '[:lower:]' '[:upper:]') ARCH=$(echo $arch | tr '[:lower:]' '[:upper:]') |