Changeset fe171357 in mainline for kernel/Makefile
- Timestamp:
- 2017-11-12T11:32:46Z (7 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
-
kernel/Makefile
r493f1be rfe171357 119 119 # AFLAGS and LFLAGS must be initialized before the inclusion. 120 120 # 121 AFLAGS = 121 AFLAGS = --fatal-warnings 122 122 LFLAGS = -n -T $(LINK) -M --fatal-warnings --warn-common 123 124 # FIXME: This condition is a workaround for issues #693 and #694.125 ifneq ($(KARCH),sparc64)126 ifneq ($(KARCH),mips32)127 AFLAGS += --fatal-warnings128 endif129 endif130 123 131 124 ifeq ($(CONFIG_STRIP_BINARIES),y)
Note:
See TracChangeset
for help on using the changeset viewer.