1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

cpu/mips: disable BINFILE generation

This commit is contained in:
Alexandre Abadie 2020-06-30 22:47:55 +02:00
parent e1d27cb7d5
commit b3e566bcd8
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 6 additions and 0 deletions

View File

@ -29,3 +29,6 @@ OFLAGS += \
ifneq (,$(filter cpp,$(FEATURES_USED)))
OFLAGS += --change-section-lma .gcc_except_table-0x80000000
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)))
OFLAGS += --change-section-lma .gcc_except_table-0x80000000
endif
# system objcopy is not able to generate a binfile for MIPS
BINFILE =