summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_irix6.x_common.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_irix6.x_common.GNU')
-rw-r--r--ACE/include/makeinclude/platform_irix6.x_common.GNU16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_irix6.x_common.GNU b/ACE/include/makeinclude/platform_irix6.x_common.GNU
new file mode 100644
index 00000000000..c0af65aa353
--- /dev/null
+++ b/ACE/include/makeinclude/platform_irix6.x_common.GNU
@@ -0,0 +1,16 @@
+# $Id$
+
+xt_reactor ?= 1
+exceptions ?= 1
+debug ?= 1
+optimize ?= 1
+
+PLATFORM_XT_CPPFLAGS=
+PLATFORM_XT_LIBS=-lXm -lXt -lX11
+PLATFORM_XT_LDFLAGS=
+
+ifndef ACE_IRIX_VERS
+ACE_IRIX_VERS := $(subst .,,$(shell uname -r))
+endif # ACE_IRIX_VERS
+
+CPPFLAGS += -DACE_IRIX_VERS=$(ACE_IRIX_VERS)