[gcc-cross] Fix isl copy to SOURCES

This commit is contained in:
d00573793 2023-04-25 22:01:17 +08:00
parent 696b535754
commit ab689e486f
2 changed files with 8 additions and 2 deletions

View File

@ -20,7 +20,7 @@ cd $LIB_PATH && delete_dir $GCC $BINUTILS $GMP $MPC $MPFR $ISL
pushd $LIB_PATH
function do_patch() {
pushd $1
cp * $src_rpmdir
cp -n * $src_rpmdir
specfile=`ls *.spec`
rpmbuild -bp $src_rpmdir/$specfile
if [ $1 = "isl" ];then

View File

@ -1,7 +1,7 @@
Summary: C/C++ Cross Compiler Toolchain
Name: gcc-cross
Version: 1.0
Release: 4
Release: 5
# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
# GCC Runtime Exception.
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@ -42,6 +42,12 @@ cp %{_builddir}/output/gcc_arm32le/gcc_arm32le.tar.gz %{buildroot}/tmp
%attr(755, root, root) /tmp/gcc_arm32le.tar.gz
%changelog
* Tue Apr 25 2023 dingguangya <dingguangya1@huawei.com> - 1.0-5
-Type:Fix
-ID:NA
-SUG:NA
-DESC: Fix isl copy to SOURCES
* Sun Apr 23 2023 dingguangya <dingguangya1@huawei.com> - 1.0-4
-Type:Fix
-ID:NA