Merge pull request #14405 from aabadie/pr/cpu/mips_no_binfile

cpu/mips: disable BINFILE generation
This commit is contained in:
Francisco 2020-07-01 10:21:41 +02:00 committed by GitHub
commit 772b638d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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 =

View File

@ -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 =