This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: still building soft-fp on ppclinux


Ulrich,
   Is there a convention for how a sysdep/<arch>/fpu interacts
with a sysdeps/<arch>/fpu? The problem appears to be that 
Aldy's patches introduce duplication of files in both of these
as well as a soft-fp specific libm-test-ulps to test against.
If soft-fp is to be built in exclusion of the normal fpu code,
one would think configure.in needs to be re-crafted to insure
that sysdep/<arch>/fpu doesn't appear on the config-sysdirs
list in config.make.
   What if we add something to configure.in that (for ppc)
sed's config-sysdirs removing sysdeps/powerpc/fpu if
completely_soft is set otherwise it removes 
sysdeps/powerpc/soft-fp if completely_soft is unset?
If Aldy is going as far as having a soft-fp specific
libm-test-ulps, perhaps those two directories should be
detangled so that they are completely exclusive of each
others use.
                                Jack


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