Changeset fe171357 in mainline for kernel/Makefile


Ignore:
Timestamp:
2017-11-12T11:32:46Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e6ae77a
Parents:
493f1be
Message:

Make assembler warnings fatal again for all architectures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r493f1be rfe171357  
    119119# AFLAGS and LFLAGS must be initialized before the inclusion.
    120120#
    121 AFLAGS =
     121AFLAGS = --fatal-warnings
    122122LFLAGS = -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-warnings
    128 endif
    129 endif
    130123
    131124ifeq ($(CONFIG_STRIP_BINARIES),y)
Note: See TracChangeset for help on using the changeset viewer.