diff options
author | Shawn Amundson <amundson@src.gnome.org> | 1998-01-21 05:04:45 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-01-21 05:04:45 +0000 |
commit | 06f64ff941806ed721edcee71b3f9056fb9c2f43 (patch) | |
tree | a6ee27f3949e7d18b9301e66e6814c6cd78fe9c2 /ltconfig | |
parent | 4c2931aab5fb3c82c5c2a72d1c26718cfdaf3dda (diff) | |
download | gtk+-06f64ff941806ed721edcee71b3f9056fb9c2f43.tar.gz |
Got rid of -z text for Solaris x86... again... sigh.
-Shawn
Diffstat (limited to 'ltconfig')
-rwxr-xr-x | ltconfig | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -793,7 +793,10 @@ else ;; solaris2*) - archive_cmds='$LD -G -z text -h $soname -o $lib$libobjs$deplibs' + case "$host_cpu" in + i386) archive_cmds='$LD -G -h $soname -o $lib$libobjs$deplibs' ;; + *) archive_cmds='$LD -G -z text -h $soname -o $lib$libobjs$deplibs' ;; + esac hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no ;; |