Re: For Modula-2 build-tree testing, also set up paths to compiler libraries

2023-01-31 Thread Gaius Mulley via Gcc-patches
s " ${gccpath}/libgm2/lib${d}/.libs/lib${d}.a" >> + append ld_library_path ":${gccpath}/libgm2/lib${d}/.libs" >> + } >> + send_log "ld_library_path is ${ld_library_path}\n" >> + } >> +} >> + >> +set_l

For Modula-2 build-tree testing, also set up paths to compiler libraries (was: [PATCH] 17/19 modula2 front end: dejagnu expect library scripts)

2023-01-31 Thread Thomas Schwinge
+} However, this misses compiler libraries (such as libgcc, which libstdc++ may depend on). For example, I see my x86_64-pc-linux-gnu '-m32' testing not pick up the build-tree libgcc, but instead some random system one, which (expectedly) doesn't satisfy requirements of other build-