diff options
author | Rich Felker <dalias@aerifal.cx> | 2016-01-20 02:52:39 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-01-20 02:52:39 +0000 |
commit | 80de11bc6b08ae537a014ecf5a9e7386c89b17bd (patch) | |
tree | a942924a8ac16a4c8681395df9c98001cf16f47e | |
parent | 0f814a4e57e80d2512934820b878211e9d71c93e (diff) | |
download | musl-80de11bc6b08ae537a014ecf5a9e7386c89b17bd.tar.gz musl-80de11bc6b08ae537a014ecf5a9e7386c89b17bd.tar.bz2 musl-80de11bc6b08ae537a014ecf5a9e7386c89b17bd.tar.xz musl-80de11bc6b08ae537a014ecf5a9e7386c89b17bd.zip |
remove outdated/incorrect comment about AS_CMD from makefile
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |