]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/link: fix GCC startfiles names on AIX
authorClément Chigot <clement.chigot@atos.net>
Tue, 9 Nov 2021 09:01:05 +0000 (10:01 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 9 Nov 2021 18:37:32 +0000 (18:37 +0000)
commit01103d533a086afd6c06f3eec5057d46f117d2ff
treefc5d8a7eba0cb35608f660430f11c03a5b55aec9
parent55e6e825d4c90544248c3a725b4dee9fb45848e7
cmd/link: fix GCC startfiles names on AIX

Since GCC version 11, the 64-bit version of GCC starting files are
now suffixed by "_64" instead of being stored without suffix under
"ppc64" multilib directory.

Change-Id: Ibe53521ed24d36e5f6282e3574849b9ae11a1e9a
Reviewed-on: https://go-review.googlesource.com/c/go/+/362594
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/ld/lib.go