[csw-maintainers] gcc4.3.3 Final version in testing

Ben Walton bwalton at opencsw.org
Thu May 7 16:56:52 CEST 2009


Excerpts from Mike Watters's message of Thu May 07 00:30:08 -0400 2009:
> no worries, I know you are busy.
> you get to it when you get to it.  Thank You for testing it for me.

libffi builds fine, but there were linking issues (shown by ldd and
dump), not during the actual build.  The following small GAR
modification resolved this:


$ svn diff
Index: gar.conf.mk
===================================================================
--- gar.conf.mk (revision 4723)
+++ gar.conf.mk (working copy)
@@ -477,7 +477,7 @@
 OPTFLAGS ?= $(strip $($(GARCOMPILER)_CC_FLAGS) $(_CATEGORY_OPTFLAGS)
$(EXTRA_OPTFLAGS))
 
 GCC3_LD_OPTIONS = -R$(GCC3_CC_HOME)/lib $(EXTRA_GCC3_LD_OPTIONS) $(EXTRA_GCC_LD_OPTIONS) $(EXTRA_LD_OPTIONS)
-GCC4_LD_OPTIONS = -R$(GCC4_CC_HOME)/lib $(EXTRA_GCC4_LD_OPTIONS) $(EXTRA_GCC_LD_OPTIONS) $(EXTRA_LD_OPTIONS)
+GCC4_LD_OPTIONS = -R$(GCC4_CC_HOME)/lib/\$$ISALIST $(EXTRA_GCC4_LD_OPTIONS) $(EXTRA_GCC_LD_OPTIONS) $(EXTRA_LD_OPTIONS)
 SOS11_LD_OPTIONS = $(strip $(EXTRA_SOS11_LD_OPTIONS) $(EXTRA_SOS_LD_OPTIONS) $(EXTRA_LD_OPTIONS))
 SOS12_LD_OPTIONS = $(strip $(EXTRA_SOS12_LD_OPTIONS) $(EXTRA_SOS_LD_OPTIONS) $(EXTRA_LD_OPTIONS))

I don't know if that's the best way to make this change sticky, so
Dago's input here would be helpful.  I'm doing binutils now.

Thanks
-Ben
-- 
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302

GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu
Contact me to arrange for a CAcert assurance meeting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.opencsw.org/pipermail/maintainers/attachments/20090507/81e38cbf/attachment-0001.asc>


More information about the maintainers mailing list