[PATCH 44/94] profiles, hurd, amd64: use lib64
Sam James <[email protected]>
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <dd269d05b8caefe1a87327fffd1d1a6bbf86e1d0.1774994324.git.sam@gentoo.org> |
From: Andreas K. Hüttel <[email protected]> Hurd literally copied the Linux multilib configuration, see in gcc sources gcc/config/i386/t-gnu64 Signed-off-by: Andreas K. Hüttel <[email protected]> Signed-off-by: Sam James <[email protected]> --- profiles/default/hurd/amd64/23.0/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/default/hurd/amd64/23.0/make.defaults b/profiles/default/hurd/amd64/23.0/make.defaults index 83969d1482aee..31f31598c35cc 100644 --- a/profiles/default/hurd/amd64/23.0/make.defaults +++ b/profiles/default/hurd/amd64/23.0/make.defaults @@ -5,6 +5,6 @@ CHOST="x86_64-gnu" MULTILIB_ABIS="amd64" CHOST_amd64="${CHOST}" -LIBDIR_amd64="lib" +LIBDIR_amd64="lib64" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" -- 2.53.0