projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f814a4
)
remove outdated/incorrect comment about AS_CMD from makefile
author
Rich Felker
<dalias@aerifal.cx>
Wed, 20 Jan 2016 02:52:39 +0000
(
02:52
+0000)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 20 Jan 2016 02:52:39 +0000
(
02:52
+0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a451a841373a06e9d72a1a1d8385e012b109768f..7849c93fc5cb5a757d732d36a4144f8e5be651c4 100644
(file)
--- 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