gcc/libdecnumber
David Edelsohn 731c4ce0e9 libcpp, libdecnumber: configure and substitute AR
AIX supports "FAT" libraries containing 32 bit and 64 bit objects
(similar to Darwin), but commands for manipulating libraries do not
default to accept both 32 bit and 64 bit object files.  While updating
the AIX configuration to support building and running GCC as a 64 bit
application, I have encountered some build libraries that hard code
AR=ar instead of testing the environment.

This patch adds AR_CHECK_TOOL(AR, ar) to configure.ac for the two
libraries and updates Makefile.in to accept the substitution.

2020-05-23  David Edelsohn  <dje.gcc@gmail.com>

libcpp/ChangeLog:
	* Makefile.in (AR): Substitute @AR@.
	* configure.ac (CHECK_PROG AR): New.
	* configure: Regenerate.

libdecnumber/ChangeLog:
	* Makefile.in (AR): Substitute @AR@.
	* configure.ac (CHECK_PROG AR): New.
	* configure: Regenerate.
2020-05-23 21:59:02 +00:00
..
bid Update copyright years. 2020-01-01 12:51:42 +01:00
dpd Update copyright years. 2020-01-01 12:51:42 +01:00
.gitignore
ChangeLog libcpp, libdecnumber: configure and substitute AR 2020-05-23 21:59:02 +00:00
ChangeLog.jit Merger of dmalcolm/jit branch from git 2014-11-11 21:55:52 +00:00
Makefile.in libcpp, libdecnumber: configure and substitute AR 2020-05-23 21:59:02 +00:00
aclocal.m4 libdecnumber: Enable Intel CET on Intel CET enabled host for jit 2020-05-12 09:19:28 -07:00
config.in
configure libcpp, libdecnumber: configure and substitute AR 2020-05-23 21:59:02 +00:00
configure.ac libcpp, libdecnumber: configure and substitute AR 2020-05-23 21:59:02 +00:00
dconfig.h Update copyright years. 2020-01-01 12:51:42 +01:00
decBasic.c Update copyright years. 2020-01-01 12:51:42 +01:00
decCommon.c Update copyright years. 2020-01-01 12:51:42 +01:00
decCommonSymbols.h
decContext.c Update copyright years. 2020-01-01 12:51:42 +01:00
decContext.h Update copyright years. 2020-01-01 12:51:42 +01:00
decContextSymbols.h
decDPD.h Update copyright years. 2020-01-01 12:51:42 +01:00
decDPDSymbols.h
decDouble.c Update copyright years. 2020-01-01 12:51:42 +01:00
decDouble.h Update copyright years. 2020-01-01 12:51:42 +01:00
decDoubleSymbols.h
decExcept.c Update copyright years. 2020-01-01 12:51:42 +01:00
decExcept.h Update copyright years. 2020-01-01 12:51:42 +01:00
decLibrary.c Update copyright years. 2020-01-01 12:51:42 +01:00
decNumber.c Update copyright years. 2020-01-01 12:51:42 +01:00
decNumber.h Update copyright years. 2020-01-01 12:51:42 +01:00
decNumberLocal.h Update copyright years. 2020-01-01 12:51:42 +01:00
decNumberSymbols.h
decPacked.c Update copyright years. 2020-01-01 12:51:42 +01:00
decPacked.h Update copyright years. 2020-01-01 12:51:42 +01:00
decPackedSymbols.h
decQuad.c Update copyright years. 2020-01-01 12:51:42 +01:00
decQuad.h Update copyright years. 2020-01-01 12:51:42 +01:00
decQuadSymbols.h
decRound.c Update copyright years. 2020-01-01 12:51:42 +01:00
decRound.h Update copyright years. 2020-01-01 12:51:42 +01:00
decSingle.c Update copyright years. 2020-01-01 12:51:42 +01:00
decSingle.h Update copyright years. 2020-01-01 12:51:42 +01:00
decSingleSymbols.h