Changeset 1ab3c4b in mainline for kernel/Makefile


Ignore:
Timestamp:
2018-01-25T17:12:06Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03cfe2ec
Parents:
5b0cf63
Message:

Remove a few unnecessary compiler flags.

-fno-builtin is implied by -ffreestanding,
-m32 and -m64 are, at least on x86, implied by the architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r5b0cf63 r1ab3c4b  
    9090
    9191COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
    92         -ffreestanding -fno-builtin -nostdlib -nostdinc \
     92        -ffreestanding -nostdlib -nostdinc \
    9393        -fexec-charset=UTF-8 -finput-charset=UTF-8 -fno-common \
    9494        -fdebug-prefix-map=$(realpath $(ROOT_PATH))=.
Note: See TracChangeset for help on using the changeset viewer.