PATCH, Re: AIX 4.1 broken (was: Re: Branching for 2.12)

Ian Lance Taylor ian@airs.com
Thu Jan 31 22:01:00 GMT 2002


Tom Rix <trix@redhat.com> writes:

> + 	*)
> + 	targ_cflags=-DSMALL_ARCHIVE;;

Pretty much all uses of targ_cflags are actually host/target
confusion, and this one is no exception.  The choice of target should
not set host compilation flags.  If you want to create one type of
archive on AIX 4.1 and a different type of archive on AIX 4.3, then
you should have different target vectors.

Ian



More information about the Binutils mailing list