mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
update
* posix/Makefile (CFLAGS-regex.c): -DDEBUG was not meant for the public.
This commit is contained in:
parent
f9a73ae19a
commit
707ac6cbab
@ -1,5 +1,8 @@
|
||||
1997-06-26 02:06 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* posix/Makefile (CFLAGS-regex.c): -DDEBUG was not meant for the
|
||||
public.
|
||||
|
||||
* Makerules ($(common-objpfx)libc.so): Use $(load-map-file) in
|
||||
dependency, not $(libc-map).
|
||||
|
||||
|
@ -60,7 +60,7 @@ before-compile := testcases.h
|
||||
|
||||
include ../Rules
|
||||
|
||||
CFLAGS-regex.c = -Wno-unused -Wno-strict-prototypes -DDEBUG
|
||||
CFLAGS-regex.c = -Wno-unused -Wno-strict-prototypes
|
||||
CFLAGS-getaddrinfo.c = -DRESOLVER
|
||||
|
||||
$(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib)
|
||||
|
Loading…
Reference in New Issue
Block a user