This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]