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.
This commit is contained in:
parent
f854508194
commit
167798a4d2
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue