[hackers] [scc] [libc] Define AS for Makefiles || Quentin Rameau
commit 43abb66b5465e6e03d1a516de612aeb29f52f98a
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Tue Mar 7 09:37:14 2017 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Tue Mar 7 10:44:12 2017 +0100
[libc] Define AS for Makefiles
diff --git a/config.mk b/config.mk
index 4fc343b..bf253f0 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -18,6 +18,7 @@ MANPREFIX = $(PREFIX)/share/man
# if your system is not at least POSIX 2004 compatible, adjust CC
# CC = c99
# AR = ar
+AS = as
# for Plan9 add -D_SUSV2_SOURCE
SCC_CFLAGS = -DARCH=\"$(ARCH)\" \
diff --git a/libc/src/sys/amd64-linux/Makefile b/libc/src/sys/amd64-linux/Makefile
index 04b6d97..2d6ab7f 100644
--- a/libc/src/sys/amd64-linux/Makefile
+++ b/libc/src/sys/amd64-linux/Makefile
_AT_@ -1,5 +1,8 @@
+# See LICENSE file for copyright and license details.
.POSIX:
+include ../../../../config.mk
+
OBJ = _brk.o _close.o _exit.o _lseek.o _open.o _read.o _write.o
SRC = $(OBJ:.o=.s)
Received on Tue Mar 07 2017 - 10:54:00 CET
This archive was generated by hypermail 2.3.0
: Tue Mar 07 2017 - 11:00:22 CET