diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-23 12:51:23 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-23 12:51:23 +0000 |
commit | dcc370e16963ab8e0a5dd2297d79540a5d246c62 (patch) | |
tree | b3c733413709a685d15cd5e8de9967f91b537d9e /include | |
parent | 88d126bd1814e8a203c2806b18d288473e0ea52e (diff) | |
download | ATCD-dcc370e16963ab8e0a5dd2297d79540a5d246c62.tar.gz |
ChangeLogTag: Fri Jul 23 07:49:31 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_sunos5_sunc++.GNU | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU index f551c5d9814..166b6a09f1e 100644 --- a/include/makeinclude/platform_sunos5_sunc++.GNU +++ b/include/makeinclude/platform_sunos5_sunc++.GNU @@ -7,6 +7,14 @@ # inlining is disabled by default with Sun C++ 5.0. If you'd like # to try enabling it, comment out the "inline = 0" line below. # +# To enable compilation of 64-bit binaries with Sun CC 5.0, a +# platform_macros.GNU file such as this can be used: +# fast=1 +# include $(ACE_ROOT)/include/makeinclude/platform_sunos5_sunc++.GNU +# CCFLAGS += -xtarget=ultra2 -xarch=v9a #### CPU specific! +# Please note that the xtarget and xarch settings are specific to +# the target CPU. +# # With slight modification, this file could be used with Sun C++ 4.1. # However, it's likely that you won't be able to build all of ACE # with Sun C++ 4.1. |