Changeset 173b3bd in mainline


Ignore:
Timestamp:
2018-09-18T14:50:22Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7570a95f
Parents:
6f58770
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-14 16:49:26)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-18 14:50:22)
Message:

Remove unnecessary boot cflags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    r6f58770 r173b3bd  
    4040
    4141COMMON_CFLAGS = $(INCLUDES) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
    42         -ffreestanding -fno-builtin -nostdlib -nostdinc \
     42        -ffreestanding -nostdlib \
    4343        -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common \
    4444        -fdebug-prefix-map=$(realpath $(ROOT_PATH))=.
Note: See TracChangeset for help on using the changeset viewer.