Changeset fe171357 in mainline for uspace/Makefile.common


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
  • uspace/Makefile.common

    r493f1be rfe171357  
    111111LIBDLTEST_PREFIX = $(LIB_PREFIX)/dltest
    112112
    113 AFLAGS =
     113AFLAGS = --fatal-warnings
    114114LFLAGS = --fatal-warnings --warn-common
    115 
    116 # FIXME: This condition is a workaround for issues #692 and #693.
    117 ifneq ($(KARCH),ia64)
    118 ifneq ($(KARCH),mips32)
    119         AFLAGS += --fatal-warnings
    120 endif
    121 endif
    122115
    123116ifeq ($(STATIC_NEEDED),y)
Note: See TracChangeset for help on using the changeset viewer.