Merge pull request #802 from pgeorgi/rk3399m0

rockchip: Build m0 firmware without standard libraries
This commit is contained in:
danh-arm 2017-01-10 11:11:44 +00:00 committed by GitHub
commit 85dfa594ad
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ ASFLAGS := -g -Wa,--gdwarf-2
ASFLAGS += -mcpu=$(ARCH) -mthumb -Wall -ffunction-sections -O3
CFLAGS += -mcpu=$(ARCH) -mthumb -Wall -ffunction-sections -O3
LDFLAGS := -mcpu=$(ARCH) -mthumb -g -nostartfiles -O3
LDFLAGS := -mcpu=$(ARCH) -mthumb -g -nostartfiles -nostdlib -O3
LDFLAGS += -Wl,--gc-sections -Wl,--build-id=none
# Cross tool