diff --git a/gcc.spec b/gcc.spec index 2340326647b457d31aed50c7999ed2e659e94802..b4251a64bce8b6f66574ea1caebf223592bc1e75 100644 --- a/gcc.spec +++ b/gcc.spec @@ -37,7 +37,7 @@ Summary: Various compilers (C, C++, Objective-C, Java, ...) Name: gcc Version: 7.3.0 -Release: %{DATE}.40 +Release: %{DATE}.41 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD Group: Development/Languages #Source0: hcc-aarch64-linux-release.tar.bz2 @@ -701,7 +701,7 @@ cd ../.. #test don't build %if 1 CC=gcc -OPT_FLAGS=`echo ${optflags}|sed -e 's/-m64//g;s/-m32//g;s/-m31//g'` +OPT_FLAGS=`echo %{optflags}|sed -e 's/-m64//g;s/-m32//g;s/-m31//g'` OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mfpmath=sse/-mfpmath=sse -msse2/g'` OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-Werror=format-security/ /g'` OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/ -pipe / /g'` @@ -3290,11 +3290,17 @@ fi %changelog +* Tue Jul 27 2021 yuanxin - 7.3.0-20210719.41 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:change $ to % + * Mon Jul 19 2021 dingguangya - 7.3.0-20210719.40 - fix-pre-improve-fake-exit-edge-placement.patch: New file - gcc.spec: Add new patch -* Mon Jun 28 2021 jiangchuangang - 7.3.0-20210203.39 +* Mon Jun 28 2021 jiangchuangang - 7.3.0-20210428.39 - Type:bugfix - ID:NA - SUG:NA