modula2: Add -lnsl -lsocket libraries to gcc/testsuite/lib/gm2.exp
commit8d7223f65799b170b1314a35bb98249d419e7215
authorGaius Mulley <gaiusmod2@gmail.com>
Sun, 23 Apr 2023 20:09:45 +0000 (23 21:09 +0100)
committerGaius Mulley <gaiusmod2@gmail.com>
Sun, 23 Apr 2023 20:09:45 +0000 (23 21:09 +0100)
treee378e44176eb61e77d3610a11e8f07af35087db4
parent7e26fd6bcd39f53bc917f55f8cce6101180c1dcd
modula2: Add -lnsl -lsocket libraries to gcc/testsuite/lib/gm2.exp

Solaris requires -lnsl -lsocket (present in the driver) but not when
running the testsuite.  This patch tests target for *-*-solaris2
and conditionally appends the above libraries.

gcc/testsuite/ChangeLog:

* lib/gm2.exp (gm2_target_compile_default): Conditionally
append -lnsl -lsocket to ldflags.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/testsuite/lib/gm2.exp