Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a9c6613bfe
!46 License compliance rectification
From: @fly_fzc 
Reviewed-by: @xujing99 
Signed-off-by: @xujing99
2024-06-13 01:45:17 +00:00
fly_fzc
a4759773c6 License compliance rectification 2024-06-12 10:54:03 +08:00
openeuler-ci-bot
c8c6d11d52
!38 [sync] PR-36: fix update config.sub and config.guess
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-02-27 09:21:11 +00:00
peng.zou
cc4451595a fix update config.sub and config.guess
(cherry picked from commit d5527d9ba0f60571c5d1e6f9dee615b95bc05519)
2024-02-19 10:13:37 +08:00
openeuler-ci-bot
d30b39bfcd
!33 [sync] PR-31: 修复config.guess和config.sub文件更新在所有架构上不生效的问题
From: @openeuler-sync-bot 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2023-08-11 01:07:50 +00:00
panchenbo
4bd5a2d2c9 fix update config not effective for sw_64
(cherry picked from commit 697737f5850a4f32c1caa762d0e809926c18016b)
2023-08-10 15:17:50 +08:00
openeuler-ci-bot
7ef4a255ed
!29 [sync] PR-28: fix changelog info
From: @openeuler-sync-bot 
Reviewed-by: @xujing99 
Signed-off-by: @xujing99
2023-04-27 06:54:02 +00:00
tianwei
bdbe924935 fix changelog info
(cherry picked from commit 69515599b6f65728cfd44a1ecff9ff31119cb7c9)
2023-04-25 16:45:57 +08:00
openeuler-ci-bot
914012afed
!26 [sync] PR-25: update config.guess and config.sub
From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2023-04-21 01:56:39 +00:00
Huang Yang
6ced482ffd update config.guess and config.sub
(cherry picked from commit c71ea6eda7666c317cbdeea86fd3562be924ab6b)
2023-04-18 18:01:20 +08:00
2 changed files with 26 additions and 6 deletions

View File

@ -1,12 +1,11 @@
%global _configure_gnuconfig_hack 0
%global __requires_exclude ^perl\\(Automake::
%global __provides_exclude ^perl\\(Automake::
Name: automake
Version: 1.16.5
Release: 4
Release: 9
Summary: A tool for automatically generating Makefile.in files
License: GPLv2+ and GFDL and Public Domain and MIT
License: GPLv2+ and GFDL-1.3-only and Public Domain and MIT
URL: http://www.gnu.org/software/automake/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
Source1: http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
@ -36,8 +35,14 @@ with the GNU Coding Standards. Automake requires the use of Autoconf.
%build
autoreconf -iv
%ifarch loongarch64 sw_64
%_update_config_guess
%_update_config_sub
%else
cp %{SOURCE1} ./lib/config.sub
cp %{SOURCE2} ./lib/config.guess
%endif
%configure
%make_build
@ -71,10 +76,25 @@ fi
%{_mandir}/man1/*
%changelog
* Wed Jun 12 2024 fuanan <fuanan3@h-partners.com> - 1.16.5-9
- License compliance rectification
* Wed Nov 29 2023 peng.zou <peng.zou@shingroup.cn> - 1.16.5-8
- fix update config.sub and config.guess
* Tue Aug 8 2023 panchenbo <panchenbo@kylinsec.com.cn> - 1.16.5-7
- fix update config not effective
* Mon Apr 24 2023 tianyuan <tianyuan01@chinasoftinc.com> - 1.16.5-6
- fix changelog info
* Wed Feb 08 2023 Huang Yang <huangyang@loongson.cn> - 1.16.5-5
- update config.sub and config.guess
* Sat Oct 22 2022 yixiangzhike <yixiangzhike007@163.com> - 1.16.5-4
- fix py-compile-basedir.sh missing test
* Tue Jan 11 2021 Sunhaiyong <sunhaiyong@loongson.cn> - 1.16.5-3
* Tue Jan 11 2022 Sunhaiyong <sunhaiyong@loongson.cn> - 1.16.5-3
- Add loongarch support.
* Wed Dec 29 2021 wangjie <wangjie375@huawei.com> - 1.16.5-2

4
config.guess vendored
View File

@ -965,8 +965,8 @@ EOF
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;
loongarch64:Linux:*:* | loongarch32:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;
m32r*:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;