Skip to content

Conversation

@mnhauke
Copy link

@mnhauke mnhauke commented Jan 16, 2026

No description provided.

configure.ac Outdated
fi
else
AC_PATH_PROGS([CROSS_AS], [i686-linux-gnu-as i686-unknown-linux-gnu-as i386-elf-as])
AC_PATH_PROGS([CROSS_AS], [i686-linux-gnu-as i686-unknown-linux-gnu-as i586-suse-linux-as i386-elf-as i586-suse-linux ])
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is i586-suse-linux?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CROSS_PREFIX for %ix86 on SUSE systems is "i586-suse-linux-"

The RPM package is named cross-i386-binutils ...

$ rpm -qi cross-i386-binutils
Name        : cross-i386-binutils
Version     : 2.45
Release     : 2.1
Architecture: x86_64
Install Date: Fri 26 Dec 2025 15:32:52 CET
Group       : Development/Tools/Building
Size        : 22688892
License     : GFDL-1.3-only AND GPL-3.0-or-later
Signature   : RSA/SHA512, Tue 11 Nov 2025 19:54:35 CET, Key ID 35a2f86e29b700a4
Source RPM  : cross-i386-binutils-2.45-2.1.src.rpm
Build Date  : Mon 03 Nov 2025 15:06:37 CET
Build Host  : reproducible
Packager    : https://bugs.opensuse.org
Vendor      : openSUSE
URL         : https://www.gnu.org/software/binutils/
Summary     : GNU Binutils
Description :
C compiler utilities: ar, as, gprof, ld, nm, objcopy, objdump, ranlib,
size, strings, and strip. These utilities are needed whenever you want
to compile a program or kernel.
Distribution: openSUSE Tumbleweed
$ rpm -ql cross-i386-binutils | grep "i586-suse-linux-"
/usr/bin/i586-suse-linux-addr2line
/usr/bin/i586-suse-linux-ar
/usr/bin/i586-suse-linux-as
/usr/bin/i586-suse-linux-elfedit
/usr/bin/i586-suse-linux-gprof
/usr/bin/i586-suse-linux-ld
/usr/bin/i586-suse-linux-ld.bfd
/usr/bin/i586-suse-linux-nm
/usr/bin/i586-suse-linux-objcopy
/usr/bin/i586-suse-linux-objdump
/usr/bin/i586-suse-linux-ranlib
/usr/bin/i586-suse-linux-readelf
/usr/bin/i586-suse-linux-size
/usr/bin/i586-suse-linux-strings
/usr/bin/i586-suse-linux-strip

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But you added PLAIN
i586-suse-linux.
Please check and fix.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@stsp stsp merged commit 96cac3c into stsp:master Jan 17, 2026
1 check passed
@stsp
Copy link
Owner

stsp commented Jan 17, 2026

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants