commit:     e8ba6eb2883553aec1e45c819924e3453c532fd3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 10:35:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 10 17:27:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ba6eb2

perl-module.eclass: sort toolchain vars

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/perl-module.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index eb496e4a64df..f32c2c237d05 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -275,8 +275,8 @@ perl-module_src_configure() {
                        --create_packlist=1 \
                        --config ar="$(tc-getAR)" \
                        --config cc="$(tc-getCC)" \
-                       --config ld="$(tc-getCC)" \
                        --config cpp="$(tc-getCPP)" \
+                       --config ld="$(tc-getCC)" \
                        --config nm="$(tc-getNM)" \
                        --config ranlib="$(tc-getRANLIB)" \
                        --config ccflags="${CFLAGS}" \
@@ -291,8 +291,8 @@ perl-module_src_configure() {
                set -- \
                        AR="$(tc-getAR)" \
                        CC="$(tc-getCC)" \
-                       LD="$(tc-getCC)" \
                        CPP="$(tc-getCPP)" \
+                       LD="$(tc-getCC)" \
                        NM="$(tc-getNM)" \
                        RANLIB="$(tc-getRANLIB)" \
                        OPTIMIZE="${CFLAGS}" \

Reply via email to