Changeset fe171357 in mainline for boot/Makefile.build
- Timestamp:
- 2017-11-12T11:32:46Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e6ae77a
- Parents:
- 493f1be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
r493f1be rfe171357 36 36 DEFS = -DBOOT -DRELEASE=$(RELEASE) "-DCOPYRIGHT=$(COPYRIGHT)" "-DNAME=$(NAME)" -D__$(BITS)_BITS__ -D__$(ENDIANESS)__ 37 37 38 AFLAGS = 38 AFLAGS = --fatal-warnings 39 39 LFLAGS = --fatal-warnings --warn-common 40 41 # FIXME: This condition is a workaround for issue #693.42 ifneq ($(BARCH),mips32)43 AFLAGS += --fatal-warnings44 endif45 40 46 41 COMMON_CFLAGS = $(INCLUDES) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
Note:
See TracChangeset
for help on using the changeset viewer.