From e8ba6eb2883553aec1e45c819924e3453c532fd3 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 4 May 2024 11:35:06 +0100 Subject: perl-module.eclass: sort toolchain vars Signed-off-by: Sam James --- eclass/perl-module.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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}" \ -- cgit v1.2.3-65-gdbad