Merge pull request #14405 from aabadie/pr/cpu/mips_no_binfile
cpu/mips: disable BINFILE generation
This commit is contained in:
commit
772b638d2a
@ -29,3 +29,6 @@ OFLAGS += \
|
|||||||
ifneq (,$(filter cpp,$(FEATURES_USED)))
|
ifneq (,$(filter cpp,$(FEATURES_USED)))
|
||||||
OFLAGS += --change-section-lma .gcc_except_table-0x80000000
|
OFLAGS += --change-section-lma .gcc_except_table-0x80000000
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# system objcopy is not able to generate a binfile for MIPS
|
||||||
|
BINFILE =
|
||||||
|
|||||||
@ -32,3 +32,6 @@ OFLAGS += \
|
|||||||
ifneq (,$(filter cpp,$(FEATURES_USED)))
|
ifneq (,$(filter cpp,$(FEATURES_USED)))
|
||||||
OFLAGS += --change-section-lma .gcc_except_table-0x80000000
|
OFLAGS += --change-section-lma .gcc_except_table-0x80000000
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# system objcopy is not able to generate a binfile for MIPS
|
||||||
|
BINFILE =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user