summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorfourdan2007-02-14 13:00:40 +0000
committerfourdan2007-02-14 13:00:40 +0000
commit018219f2fc25f76e83f4111455d7a6c678223482 (patch)
tree5cf2b45e4bda9206998ec943e476e86bf3cd9bfe /src/Makefile
parent30748deeab75a17254aba6696d137037ff2e2294 (diff)
downloadivy-c-018219f2fc25f76e83f4111455d7a6c678223482.zip
ivy-c-018219f2fc25f76e83f4111455d7a6c678223482.tar.gz
ivy-c-018219f2fc25f76e83f4111455d7a6c678223482.tar.bz2
ivy-c-018219f2fc25f76e83f4111455d7a6c678223482.tar.xz
Include patches from Michel Estienne <estienne@cena.fr> for older gcc
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index ea8a102..3278ffb 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -89,8 +89,8 @@ REGEXP= -DUSE_PCRE_REGEX -DPCRE_OPT=$(PCRE_OPT)
# on activeTCL , set #define CHANNEL to null, and add ivyloop.o in the ivytcl target,
# see below
CHANNEL = -DTCL_CHANNEL_INTEGRATION
-CFLAGS = -g -Wall -std=gnu89 $(FPIC)
+CFLAGS += -g -Wall $(FPIC)
OBJ = ivyloop.o timer.o ivysocket.o ivy.o ivybuffer.o ivybind.o intervalRegexp.o
GOBJ = ivyloop.o timer.o ivysocket.o givy.o ivybuffer.o ivybind.o intervalRegexp.o