bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/11083] Gold does not supports -G option for creating shared li


From: takis at xfree86 dot org
Subject: [Bug gold/11083] Gold does not supports -G option for creating shared libs
Date: 11 Dec 2009 16:41:04 -0000

------- Additional Comments From takis at xfree86 dot org  2009-12-11 16:41 
-------

simple solution (not implementing the most complicated -G size as gnu ld, jusr
-G as its used on a typical SVR4)

options.h

+  DEFINE_bool(G, options::ONE_DASH, '\0', false,
+              N_("Generate shared library"), NULL);

options.cc  

-  if (this->Bshareable())  
+  if ( (this->Bshareable()) || (this->G()) )
+    this->set_shared(true);



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11083

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]