From ab689e486fbedc7dd221c63ff979b8f915d91f64 Mon Sep 17 00:00:00 2001 From: d00573793 Date: Tue, 25 Apr 2023 22:01:17 +0800 Subject: [PATCH] [gcc-cross] Fix isl copy to SOURCES --- download.sh | 2 +- gcc-cross.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/download.sh b/download.sh index 5391861..4b445e7 100755 --- a/download.sh +++ b/download.sh @@ -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 diff --git a/gcc-cross.spec b/gcc-cross.spec index d4d9e9e..4ee0389 100644 --- a/gcc-cross.spec +++ b/gcc-cross.spec @@ -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 - 1.0-5 +-Type:Fix +-ID:NA +-SUG:NA +-DESC: Fix isl copy to SOURCES + * Sun Apr 23 2023 dingguangya - 1.0-4 -Type:Fix -ID:NA -- Gitee