-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix checking of label suffix (#2248)
* Update X86_64_PATTERN and X86_64_ADX_PATTERN - Add missing patterns in X86_64_PATTERN from X86_64_ADX_PATTERN - Add zen5 in X86_64_ADX_PATTERN * Add Zen 5 recognition in config.(guess|sub) * Check presence of install-sh instead of config.guess During bootstrapping, config.guess is always present. * Conditionally check for LABEL_SUFFIX As it is only used for x86_64 and ARM64 in longlong_asm_gnu.h, only check the suffix when host is either of these architectures. * Set CFLAGS and temporary param_path for Zen 5
- Loading branch information
1 parent
3806e5e
commit 277980c
Showing
5 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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