Changeset 37e8c4a in mainline for boot/Makefile.build


Ignore:
Timestamp:
2017-10-26T23:45:41Z (6 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d4da860
Parents:
90c340fb
Message:

Disallow common symbols. They are never needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    r90c340fb r37e8c4a  
    3737
    3838AFLAGS =
    39 LFLAGS = --fatal-warnings
     39LFLAGS = --fatal-warnings --warn-common
    4040
    4141# FIXME: This condition is a workaround for issue #693.
     
    4646COMMON_CFLAGS = $(INCLUDES) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
    4747        -ffreestanding -fno-builtin -nostdlib -nostdinc \
    48         -fexec-charset=UTF-8 -finput-charset=UTF-8
     48        -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common
    4949
    5050GCC_CFLAGS = -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
Note: See TracChangeset for help on using the changeset viewer.