chiark / gitweb /
[PATCH] update klibc to version 0.181
[elogind.git] / klibc / klibc / MCONFIG
index 253a9461b7289edbe74e43f430308014ad3afec3..5b6eecd037ed51370f47268f5d78c9a05fae7f1c 100644 (file)
@@ -8,6 +8,11 @@ include ../MCONFIG
 include ../MRULES
 
 WARNFLAGS = -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline
+
+ifeq ($(ERRLIST),1)
+REQFLAGS += -DWITH_ERRLIST
+endif
+
 CFLAGS  = -Wp,-MD,$(dir $*).$(notdir $*).d $(OPTFLAGS) $(REQFLAGS) $(WARNFLAGS)
 
 SOFLAGS = -fPIC