configure: add SUSE specific bintools variation#50
Merged
stsp merged 1 commit intostsp:masterfrom Jan 17, 2026
Merged
Conversation
stsp
reviewed
Jan 16, 2026
configure.ac
Outdated
Author
There was a problem hiding this comment.
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
Owner
There was a problem hiding this comment.
But you added PLAIN
i586-suse-linux.
Please check and fix.
Owner
|
Thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.