From: John David Anglin Date: Sun, 11 Feb 2024 20:23:14 +0000 (+0000) Subject: libgomp: Define config_path for hppa*-*-linux* X-Git-Tag: basepoints/gcc-15~1218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=167798a4d29a4e6d2d304c8b13256f3d431fdeaf;p=thirdparty%2Fgcc.git libgomp: Define config_path for hppa*-*-linux* 2024-02-11 John David Anglin libgomp/ChangeLog: PR libgomp/113843 * configure.tgt (hppa*-*-linux*): Define config_path. --- diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index 2cd7272fcd8e..46af75f978f8 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -52,6 +52,10 @@ if test x$enable_linux_futex = xyes; then config_path="linux posix" ;; + hppa*-*-linux*) + config_path="linux posix" + ;; + ia64*-*-linux*) config_path="linux/ia64 linux posix" ;;