Changeset ae7bbfd0 in mainline for boot/Makefile.build


Ignore:
Timestamp:
2016-02-20T19:02:20Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5147ff1
Parents:
c190b34
Message:

build: Turn assembler and linker warnings into errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    rc190b34 rae7bbfd0  
    3535
    3636DEFS = -DBOOT -DRELEASE=$(RELEASE) "-DCOPYRIGHT=$(COPYRIGHT)" "-DNAME=$(NAME)" -D__$(BITS)_BITS__ -D__$(ENDIANESS)__
     37
     38LFLAGS = --fatal-warnings
    3739
    3840GCC_CFLAGS = -I$(INCLUDES) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
Note: See TracChangeset for help on using the changeset viewer.