!29 [gcc-cross] Fix isl copy to SOURCES
From: @dguangya Reviewed-by: @li-yancheng Signed-off-by: @li-yancheng
This commit is contained in:
commit
ab795815ac
@ -20,7 +20,7 @@ cd $LIB_PATH && delete_dir $GCC $BINUTILS $GMP $MPC $MPFR $ISL
|
|||||||
pushd $LIB_PATH
|
pushd $LIB_PATH
|
||||||
function do_patch() {
|
function do_patch() {
|
||||||
pushd $1
|
pushd $1
|
||||||
cp * $src_rpmdir
|
cp -n * $src_rpmdir
|
||||||
specfile=`ls *.spec`
|
specfile=`ls *.spec`
|
||||||
rpmbuild -bp $src_rpmdir/$specfile
|
rpmbuild -bp $src_rpmdir/$specfile
|
||||||
if [ $1 = "isl" ];then
|
if [ $1 = "isl" ];then
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Summary: C/C++ Cross Compiler Toolchain
|
Summary: C/C++ Cross Compiler Toolchain
|
||||||
Name: gcc-cross
|
Name: gcc-cross
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 4
|
Release: 5
|
||||||
# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
|
# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
|
||||||
# GCC Runtime Exception.
|
# GCC Runtime Exception.
|
||||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
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
|
%attr(755, root, root) /tmp/gcc_arm32le.tar.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Apr 23 2023 dingguangya <dingguangya1@huawei.com> - 1.0-4
|
||||||
-Type:Fix
|
-Type:Fix
|
||||||
-ID:NA
|
-ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user