summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-04-02 16:24:26 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-04-02 16:24:26 +0000
commit20877c92bc2535d53666f95e2bae101f054b8ec3 (patch)
treec6af8a0e7a8a16b6619cfcf49f6523e3ce05a97e /include
parentb08fc376e24c3f88ae4d70516308a112e51a5eee (diff)
downloadATCD-20877c92bc2535d53666f95e2bae101f054b8ec3.tar.gz
* Added -fno-implicit-templates for Linux platforms
* Added ACE-specific thread- and process-level priority defines for PThreads. All appropriate routines have been changed to utilize these instead of the direct values.
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_linux.GNU4
-rw-r--r--include/makeinclude/platform_linux_lxpthread.GNU4
-rw-r--r--include/makeinclude/platform_linux_lxpthreads.GNU4
-rw-r--r--include/makeinclude/platform_linux_pthread.GNU2
4 files changed, 7 insertions, 7 deletions
diff --git a/include/makeinclude/platform_linux.GNU b/include/makeinclude/platform_linux.GNU
index 86e9d2d07a4..7f27672e2ad 100644
--- a/include/makeinclude/platform_linux.GNU
+++ b/include/makeinclude/platform_linux.GNU
@@ -3,8 +3,8 @@
CC = gcc
CXX = g++
-CFLAGS += -w
-CCFLAGS += $(CFLAGS) -fno-strict-prototypes
+CFLAGS += -w -fno-strict-prototypes
+CCFLAGS += $(CFLAGS) -fno-implicit-templates
DLD = $(CXX)
LD = $(CXX)
LIBS += -ldl
diff --git a/include/makeinclude/platform_linux_lxpthread.GNU b/include/makeinclude/platform_linux_lxpthread.GNU
index f5f9fbf04c3..9b563fe2897 100644
--- a/include/makeinclude/platform_linux_lxpthread.GNU
+++ b/include/makeinclude/platform_linux_lxpthread.GNU
@@ -8,8 +8,8 @@
CC = gcc
CXX = g++
-CFLAGS += -w -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
-CCFLAGS += $(CFLAGS)
+CFLAGS += -w -O2 -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
+CCFLAGS += $(CFLAGS) -fno-implicit-templates
DLD = $(CXX)
LD = $(CXX)
LIBS += -ldl -lpthread
diff --git a/include/makeinclude/platform_linux_lxpthreads.GNU b/include/makeinclude/platform_linux_lxpthreads.GNU
index f5f9fbf04c3..9b563fe2897 100644
--- a/include/makeinclude/platform_linux_lxpthreads.GNU
+++ b/include/makeinclude/platform_linux_lxpthreads.GNU
@@ -8,8 +8,8 @@
CC = gcc
CXX = g++
-CFLAGS += -w -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
-CCFLAGS += $(CFLAGS)
+CFLAGS += -w -O2 -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
+CCFLAGS += $(CFLAGS) -fno-implicit-templates
DLD = $(CXX)
LD = $(CXX)
LIBS += -ldl -lpthread
diff --git a/include/makeinclude/platform_linux_pthread.GNU b/include/makeinclude/platform_linux_pthread.GNU
index a58b0755da3..2e1748ebd1e 100644
--- a/include/makeinclude/platform_linux_pthread.GNU
+++ b/include/makeinclude/platform_linux_pthread.GNU
@@ -10,7 +10,7 @@
CC = gcc
CXX = g++
CFLAGS += -w -fno-strict-prototypes -D_MIT_POSIX_THREADS -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS
-CCFLAGS += $(CFLAGS)
+CCFLAGS += $(CFLAGS) -fno-implicit-templates
DLD = $(CXX)
LD = $(CXX)
LIBS += -lpthreads