View Single Post
  #1 (permalink)  
Old 02-09-2005
JohnB JohnB is offline
Registered User
 
 
Join Date: Feb 2005
Posts: 17
patch for Ice-2.0.0 for gcc on Solaris.

Hello

I'm new to ICE and I wanted to build for Solaris using gnu compilers
but I found out that by default it uses Sun C++ 5.4.

So I have created some patches for GCC 3.4.1. Is there any chance of
seeing them folded into the official sources so I don't have to this
patching again next time?

I edited the master makefiles to allow a general way to optionally
use gnu compilers for any platform not just Solaris.

To select gnu compilers you set a new variable `USE_GCC' in Make.rules
that will cause it to select:

Make.rules.<UNAME>-gcc

I implemented a SunOS version `Make.rules.SunOS-gcc' for my purposes.

Patches are attached.


Thanks,
-john
Attached Files
File Type: txt ice.gcc-build.patch.txt (15.8 KB, 379 views)

Last edited by JohnB : 02-09-2005 at 07:59 PM.
Reply With Quote