mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
+2004-07-12 Tom Tromey <tromey@redhat.com>
+ + * library/Makefile (CFLAGS): Define _GNU_SOURCE.
This commit is contained in:
parent
af4317e0a4
commit
a6a8e8145e
4 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-07-12 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* library/Makefile (CFLAGS): Define _GNU_SOURCE.
|
||||||
|
|
||||||
2004-03-25 David Inglis
|
2004-03-25 David Inglis
|
||||||
|
|
||||||
Added platform attribute to processlist extension
|
Added platform attribute to processlist extension
|
||||||
|
|
|
@ -13,7 +13,7 @@ JDK_OS_INCLUDES= $(JAVA_HOME)/include/$(OS)
|
||||||
|
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CPPFLAGS = -I. -I$(JDK_INCLUDES) -I$(JDK_OS_INCLUDES)
|
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)
|
INSTALL_DIR = ../os/$(OS)/$(ARCH)
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue