diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-08 20:22:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-08 20:22:22 +0000 |
commit | 94c0668fce0aed785fd79394e9eae9e45b494a58 (patch) | |
tree | 37e187700de4af66f59bb8799f39bb6107ab0ee8 /include | |
parent | 98837742655cc27484bbeea0f17d05a699e1ac3c (diff) | |
download | ATCD-94c0668fce0aed785fd79394e9eae9e45b494a58.tar.gz |
fixed AR and ARFLAGS to use CC to build static libs
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_sunos5_ghs.GNU | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_sunos5_ghs.GNU b/include/makeinclude/platform_sunos5_ghs.GNU index 9a09566ad36..862aec77e51 100644 --- a/include/makeinclude/platform_sunos5_ghs.GNU +++ b/include/makeinclude/platform_sunos5_ghs.GNU @@ -22,8 +22,8 @@ LIBS += -lsocket -ldl -lgen -lnsl -lposix4 -lthread OCFLAGS += -OL -OM PIC = -PIC RANLIB = @true -AR = ax -ARFLAGS = ruv +AR = $(CC) $(LDFLAGS) +ARFLAGS = -archive -o RANLIB = @true SOFLAGS = -shared |