diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2024-02-11 20:23:14 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2024-02-11 20:23:14 +0000 |
commit | 167798a4d29a4e6d2d304c8b13256f3d431fdeaf (patch) | |
tree | 4bf6dfbd0031abb07c922af12cf0eebe11a023ad | |
parent | f85450819414700a7883a7de128b03f655f43d44 (diff) | |
download | gcc-167798a4d29a4e6d2d304c8b13256f3d431fdeaf.zip gcc-167798a4d29a4e6d2d304c8b13256f3d431fdeaf.tar.gz gcc-167798a4d29a4e6d2d304c8b13256f3d431fdeaf.tar.bz2 |
libgomp: Define config_path for hppa*-*-linux*
2024-02-11 John David Anglin <danglin@gcc.gnu.org>
libgomp/ChangeLog:
PR libgomp/113843
* configure.tgt (hppa*-*-linux*): Define config_path.
-rw-r--r-- | libgomp/configure.tgt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index 2cd7272..46af75f 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" ;; |