summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2014-01-16 07:27:47 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2014-01-16 07:27:47 +0100
commit4e41871d718048a3ef18dfe10607745cc94b7fc4 (patch)
tree083e6c77ff9d9ce05b4555601a3841eea1cd96bf /Makefile
parenta238192abad686137d611f6d78bdba8d0b6672ba (diff)
good bye cris, hardware is eol, latest toolchain is broken, qemu emulator support is bad, kernel needs patches for serial and network
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c0032b4cc..4a8da9685 100644
--- a/Makefile
+++ b/Makefile
@@ -211,11 +211,9 @@ NO_ERROR=0
-e 's/armeb.*/armeb/g' \
-e 's/arm.*/arm/g' \
-e 's/m68k.*/m68k/' \
- -e 's/v850.*/v850/g' \
-e 's/sh[234]/sh/' \
-e 's/mips-.*/mips/' \
-e 's/mipsel-.*/mipsel/' \
- -e 's/cris.*/cris/' \
-e 's/i[3-9]86/x86/' \
)" >>prereq.mk
@echo 'CC_FOR_BUILD:=${CC}' >>prereq.mk