This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib 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: Your last commit to newlib ...


On Wed, 19 Dec 2001, Corinna Vinschen wrote:
> The other variation actually broke i386.  Currently I don't know
> how to fix it.  Either way seem to be wrong.

Perhaps setting libm_machine_dir to machine_dir in
configure.host if libm_machine_dir is empty after the big "case"
where the i386 alternative sets it:
 test -n "$libm_machine_dir" || libm_machine_dir=$machine_dir

Beware: I might be totally confused about what the real issue
is here.

brgds, H-P


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