summaryrefslogtreecommitdiff
path: root/scripts/build/kernel
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-11-20 07:34:48 (GMT)
committerAlexey Neyman <stilor@att.net>2018-11-28 08:30:10 (GMT)
commit172308cb1be5b23c816c19d0b9c84ba4910cbe80 (patch)
tree90fb6fe4206ba0c70a38d8c1c73931f58413d01e /scripts/build/kernel
parentda76ae3ea3ba523223fe61b3b40974254a389141 (diff)
Add moxie architecture
and a moxie-unknown-elf target (which is what #1088 apparently wanted). Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/kernel')
-rw-r--r--scripts/build/kernel/windows.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/kernel/windows.sh b/scripts/build/kernel/windows.sh
index 5e34420..7d6266c 100644
--- a/scripts/build/kernel/windows.sh
+++ b/scripts/build/kernel/windows.sh
@@ -6,7 +6,6 @@ CT_DoKernelTupleValues() {
# Even we compile for x86_64 target architecture, the target OS have to
# bet mingw32 (require by gcc and mingw-w64)
CT_TARGET_KERNEL="mingw32"
- CT_TARGET_SYS=
}
do_kernel_get() {