]> gcc.gnu.org Git - gcc.git/blob - libgfortran/config/t-aix
aix: Add GCC64 configuration and FAT target libraries.
[gcc.git] / libgfortran / config / t-aix
1 ifeq ($(MULTIBUILDTOP),)
2 BITS=$(shell if test -z "`ar -X64 t .libs/$(PACKAGE).a`" ; then \
3 echo '64'; else echo '32'; fi)
4 #MAJOR=$(firstword $(subst :, ,$(libtool_VERSION)))
5 MAJOR=5
6 all-local:
7 ar -X$(BITS) rc .libs/$(PACKAGE).a ../ppc$(BITS)/$(PACKAGE)/.libs/$(PACKAGE).so.$(MAJOR)
8 ar -X$(BITS) rc ../pthread/$(PACKAGE)/.libs/$(PACKAGE).a ../pthread/ppc$(BITS)/$(PACKAGE)/.libs/$(PACKAGE).so.$(MAJOR)
9 endif
10
This page took 0.036622 seconds and 5 git commands to generate.