add sw_64 support
Signed-off-by: lvgenggeng <lvgenggeng@uniontech.com> (cherry picked from commit 98e0a02753e86efd0214f2acc18ba364560647f8)
This commit is contained in:
parent
9c7286657d
commit
04fba225fd
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: automake
|
Name: automake
|
||||||
Version: 1.16.5
|
Version: 1.16.5
|
||||||
Release: 8
|
Release: 9
|
||||||
Summary: A tool for automatically generating Makefile.in files
|
Summary: A tool for automatically generating Makefile.in files
|
||||||
License: GPLv2+ and GFDL-1.3-only and Public Domain and MIT
|
License: GPLv2+ and GFDL-1.3-only and Public Domain and MIT
|
||||||
URL: http://www.gnu.org/software/automake/
|
URL: http://www.gnu.org/software/automake/
|
||||||
@ -71,6 +71,9 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 13 2025 lvgenggeng <lvgenggeng@uniontech.com> - 1.16.5-9
|
||||||
|
- add sw_64 support
|
||||||
|
|
||||||
* Tue Mar 26 2024 fuanan <fuanan3@h-partners.com> - 1.16.5-8
|
* Tue Mar 26 2024 fuanan <fuanan3@h-partners.com> - 1.16.5-8
|
||||||
- Bump release in order to upgrade from openEuler 22.03
|
- Bump release in order to upgrade from openEuler 22.03
|
||||||
|
|
||||||
|
|||||||
3
config.guess
vendored
3
config.guess
vendored
@ -1184,6 +1184,9 @@ EOF
|
|||||||
sparc:Linux:*:* | sparc64:Linux:*:*)
|
sparc:Linux:*:* | sparc64:Linux:*:*)
|
||||||
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
|
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
|
||||||
;;
|
;;
|
||||||
|
sw_64*:Linux:*:*)
|
||||||
|
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
|
||||||
|
;;
|
||||||
tile*:Linux:*:*)
|
tile*:Linux:*:*)
|
||||||
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
|
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
|
||||||
;;
|
;;
|
||||||
|
|||||||
1
config.sub
vendored
1
config.sub
vendored
@ -1247,6 +1247,7 @@ case $cpu-$vendor in
|
|||||||
| sparclite \
|
| sparclite \
|
||||||
| sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \
|
| sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \
|
||||||
| spu \
|
| spu \
|
||||||
|
| sw_64 \
|
||||||
| tahoe \
|
| tahoe \
|
||||||
| thumbv7* \
|
| thumbv7* \
|
||||||
| tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \
|
| tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user