mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 23:32:40 +01:00
36 lines
807 B
Diff
36 lines
807 B
Diff
Prefix' Solaris uses GNU ld
|
|
|
|
|
|
--- a/aclocal.m4
|
|
+++ b/aclocal.m4
|
|
@@ -415,7 +415,7 @@
|
|
aix*)
|
|
;;
|
|
|
|
- freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*)
|
|
+ freebsd*|solaris*|netbsd*|openbsd*|dragonfly*|linux*|osf*)
|
|
#
|
|
# Platforms where the linker is the GNU linker
|
|
# or accepts command-line arguments like
|
|
@@ -429,10 +429,10 @@
|
|
PIC_OPT=-fpic
|
|
case "$host_cpu" in
|
|
|
|
- sparc64*)
|
|
+ sparc64*|sparcv9*)
|
|
case "$host_os" in
|
|
|
|
- freebsd*|openbsd*)
|
|
+ freebsd*|solaris*|openbsd*)
|
|
PIC_OPT=-fPIC
|
|
;;
|
|
esac
|
|
@@ -497,7 +497,7 @@
|
|
V_SHLIB_OPT="-G -bnoentry -bexpall"
|
|
;;
|
|
|
|
- freebsd*|netbsd*|openbsd*|dragonfly*|linux*)
|
|
+ freebsd*|solaris*|netbsd*|openbsd*|dragonfly*|linux*)
|
|
#
|
|
# "cc" is GCC.
|
|
#
|