From 80de11bc6b08ae537a014ecf5a9e7386c89b17bd Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 20 Jan 2016 02:52:39 +0000 Subject: remove outdated/incorrect comment about AS_CMD from makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a451a841..7849c93f 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,6 @@ $(CRT_LIBS:lib/%=obj/crt/%): CFLAGS_ALL += -DCRT $(LOBJS): CFLAGS_ALL += -fPIC -DSHARED # Choose invocation of assembler to be used -# $(1) is input file, $(2) is output file, $(3) is assembler flags ifeq ($(ADD_CFI),yes) AS_CMD = LC_ALL=C awk -f $(srcdir)/tools/add-cfi.common.awk -f $(srcdir)/tools/add-cfi.$(ARCH).awk $< | $(CC) $(CFLAGS_ALL) -x assembler -c -o $@ - else -- cgit v1.2.1