1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

+2004-07-12 Tom Tromey <tromey@redhat.com>

+
+       * library/Makefile (CFLAGS): Define _GNU_SOURCE.
This commit is contained in:
Alain Magloire 2004-07-13 14:15:46 +00:00
parent af4317e0a4
commit a6a8e8145e
4 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-07-12 Tom Tromey <tromey@redhat.com>
* library/Makefile (CFLAGS): Define _GNU_SOURCE.
2004-03-25 David Inglis
Added platform attribute to processlist extension

View file

@ -13,7 +13,7 @@ JDK_OS_INCLUDES= $(JAVA_HOME)/include/$(OS)
CC=gcc
CPPFLAGS = -I. -I$(JDK_INCLUDES) -I$(JDK_OS_INCLUDES)
CFLAGS +=-fpic -D_REENTRANT
CFLAGS +=-fpic -D_REENTRANT -D_GNU_SOURCE
INSTALL_DIR = ../os/$(OS)/$(ARCH)