mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
@ -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…
Reference in New Issue
Block a user