From f1d93ec4206b50f7971f7df391dfc9bd52da8344 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 14 Feb 2008 12:24:14 +0000 Subject: build system: pass CFLAGS to link stage too (closes bug 1376) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8ff5fb52..60edff9b4 100644 --- a/Makefile +++ b/Makefile @@ -571,6 +571,7 @@ quiet_cmd_busybox__ ?= LINK $@ cmd_busybox__ ?= $(srctree)/scripts/trylink \ "$@" \ "$(CC)" \ + "$(CFLAGS)" \ "$(LDFLAGS) $(EXTRA_LDFLAGS)" \ "$(core-y)" \ "$(libs-y)" \ -- cgit v1.2.3