diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-03 01:55:01 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-03 01:55:01 +0000 |
commit | 24080642f1f716a28a45ff2a1ee779d8670ae269 (patch) | |
tree | ad94f8897525ff26ae73447bc7219ddbe468e5c3 /include/makeinclude/platform_m88k.GNU | |
parent | c7c78b1b94cfd61d7a58c4d3a49b97f719e3716d (diff) | |
download | ATCD-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.GNU | 4 |
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) |