summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_m88k.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-03 01:55:01 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-03 01:55:01 +0000
commit24080642f1f716a28a45ff2a1ee779d8670ae269 (patch)
treead94f8897525ff26ae73447bc7219ddbe468e5c3 /include/makeinclude/platform_m88k.GNU
parentc7c78b1b94cfd61d7a58c4d3a49b97f719e3716d (diff)
downloadATCD-24080642f1f716a28a45ff2a1ee779d8670ae269.tar.gz
removed -D__ACE_INLINE__ even though it's commented, so it doesn't confuse people
Diffstat (limited to 'include/makeinclude/platform_m88k.GNU')
-rw-r--r--include/makeinclude/platform_m88k.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_m88k.GNU b/include/makeinclude/platform_m88k.GNU
index 9c8f74a829c..77aeb7d064e 100644
--- a/include/makeinclude/platform_m88k.GNU
+++ b/include/makeinclude/platform_m88k.GNU
@@ -1,8 +1,8 @@
# SunOS 5.x (Solaris 2.x) with SunC++ 4.x
# *not* using Orbix
CC = gcc -w
-#CXX = g++ -w -frepo -I. -fno-strict-prototypes -D__INLINE__
-CXX = g++ -w -I. -fno-strict-prototypes -D__INLINE__
+#CXX = g++ -w -frepo -I. -fno-strict-prototypes
+CXX = g++ -w -I. -fno-strict-prototypes
CXX += -D__m88k__
DLD = $(CXX)
LD = $(CXX)