Remove base-mb platform

This base platform is no longer maintained.

For supporting the Microblaze CPU in the future, we might consider
integrating support for this architecture into base-hw. Currently
though, there does not seem to be any demand for it.
This commit is contained in:
Norman Feske
2013-02-20 13:17:39 +01:00
parent ce67b73dca
commit ebc73f66df
116 changed files with 9 additions and 12415 deletions

View File

@@ -119,8 +119,8 @@ CC_ADA_OPT += $(CC_OLEVEL) $(CC_WARN)
# Linker options
#
# Use '-gc-sections' by default but allow a platform to disable this feature by
# defining 'LD_GC_SECTIONS' empty. This is needed for the microblaze tool chain
# (gcc version 4.11 and binutils version 2.16), which happens to produce broken
# defining 'LD_GC_SECTIONS' empty. This is needed for older tool chains (gcc
# version 4.11 and binutils version 2.16), which happen to produce broken
# code when '-gc-sections' is enabled.
#
LD_OPT_GC_SECTIONS ?= -gc-sections