From 7198c7b9f01bbd5e8f8528440d290569e588b260 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 2 Jun 2020 14:44:08 +0200 Subject: Some cleanup and preparation for support for multiple architectures (both host and client) and OSes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 9d233fb..8825261 100644 --- a/config.mk +++ b/config.mk @@ -1,6 +1,11 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man +CC = cc + +ERRNO_HDRS = /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h +SIGNUM_HDRS = /usr/include/bits/signum.h /usr/include/bits/signum-generic.h + CPPFLAGS = -D_XOPEN_SOURCE=700 -D_GNU_SOURCE CFLAGS = -std=c11 -Wall -Og -g LDFLAGS = -- cgit v1.2.3-70-g09d2