GCC 4.7.2 + updated libraries compiles on Illumos/SmartOS!
- Add solaris native ld support to GCC build wrapper - Add solaris ld wrapper that fixes -L argument order
This commit is contained in:
committed by
Danny Wilson
parent
bcaea92a12
commit
15e865ac09
@@ -10,7 +10,7 @@ stdenv.mkDerivation (rec {
|
||||
|
||||
patches = [ ./no-gets.patch ];
|
||||
|
||||
LDFLAGS = if stdenv.isSunOS then "-lsec -lavl" else "";
|
||||
LDFLAGS = if stdenv.isSunOS then "-lm -lmd -lmp -luutil -lnvpair -lnsl -lidmap -lavl -lsec" else "";
|
||||
|
||||
configureFlags = [ "--disable-csharp" ]
|
||||
++ (stdenv.lib.optionals stdenv.isCygwin
|
||||
|
||||
Reference in New Issue
Block a user