newlib-cygwin/newlib/testsuite/lib
Thomas Schwinge 4c7d0dfec5 For GCC, newlib combined tree, newlib build-tree testing, use standard search paths
For example, for GCC/GCN target (AMD GPUs), target libraries are built
individually per supported hardware ISA ('-march=[...]').  Testing such a
toolchain via, for example:

    $ make RUNTESTFLAGS='--target_board=[...]/-march=gfx90a' check[...]

... does work fine for all 'check-gcc-[...]' as well as GCC-provided target
libraries, 'check-target-[...]'.  Just for 'check-target-newlib', for the
example above, not the '-march=gfx90a' newlib libraries are linked in, but
instead always the default ones, which results in link FAILure.  This is cured
simply by skipping use of 'newlib/testsuite/lib/flags.exp', so that the
standard search paths as determined by GCC, DejaGnu are used for newlib, too.
2023-06-22 21:41:30 +02:00
..
checkoutput.exp
flags.exp For GCC, newlib combined tree, newlib build-tree testing, use standard search paths 2023-06-22 21:41:30 +02:00
newlib.exp newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
passfail.exp fix testsuite cannot compile tests 2022-04-07 11:27:40 -04:00