Remove GCC support

Change-Id: Ie238ed4878bc6dcc6404648cb7c5b8c63d6b7c61
This commit is contained in:
2018-08-25 12:14:15 +02:00
parent fe28e6e4e8
commit 4e339bc1ae
1530 changed files with 0 additions and 345652 deletions

View File

@@ -45,12 +45,10 @@ TOOLCHAIN_BITS+= binutils .WAIT
.if defined(HAVE_GCC) && ${HAVE_GCC} > 0
. if ${TOOLCHAIN_MISSING} == "no"
TOOLCHAIN_BITS+= gcc
.if !defined(__MINIX)
# The following test is broken as it still tries to create the directory
. if ${MKCROSSGDB:Uno} != "no" || make(obj)
TOOLCHAIN_BITS+= gdb
. endif
.endif # !defined(__MINIX)
TOOLCHAIN_BITS+= .WAIT
. endif
.endif