From e5ffa64a7003b5886c85c6434ced62ebc468b40d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 11 Feb 2003 06:31:57 +0000 Subject: Update. 2003-02-10 Ulrich Drepper * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and _BSD_SOURCE to compiler. * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings. Patches by Alan Modra. --- elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/Makefile') diff --git a/elf/Makefile b/elf/Makefile index 09ea94800d..56322f1d1a 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -601,7 +601,7 @@ $(objpfx)tst-array4.out: $(objpfx)tst-array4 $(objpfx)tst-array2dep.so $< > $@ cmp $@ tst-array4.exp > /dev/null -check-textrel-CFLAGS = -O +check-textrel-CFLAGS = -O -Wall -D_XOPEN_SOURCE=600 -D_BSD_SOURCE $(objpfx)check-textrel: check-textrel.c $(native-compile) -- cgit v1.2.3