diff options
author | davidovski <david@davidovski.xyz> | 2022-09-28 12:49:10 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-09-28 12:49:10 +0100 |
commit | aa4e27bf4f1a27e219b6c6c78a481bd417eac0a7 (patch) | |
tree | 746e34a1e7395a5b6944a39b52f7a29c625edcd5 /repo/gcc/gcc.xibuild | |
parent | 1d77b08d11a459598975cd73a1c9539849c0d815 (diff) |
Fixed packages for next release
Diffstat (limited to 'repo/gcc/gcc.xibuild')
-rw-r--r-- | repo/gcc/gcc.xibuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/repo/gcc/gcc.xibuild b/repo/gcc/gcc.xibuild index 6f6ab45..33c76d4 100644 --- a/repo/gcc/gcc.xibuild +++ b/repo/gcc/gcc.xibuild @@ -1,10 +1,9 @@ #!/bin/sh -MAKEDEPS="grep make dejagnu flex" -DEPS="zstd musl binutils mpc mpfr gmp libstdc++ libgcc" +MAKEDEPS="grep make dejagnu flex zstd musl binutils mpc mpfr gmp" +DEPS="libstdc++ libgcc" - -PKG_VER=12.2.0 +PKG_VER=11.2.0 SOURCE=https://ftp.gnu.org/gnu/gcc/gcc-$PKG_VER/gcc-$PKG_VER.tar.xz ISL_VER=0.24 @@ -197,6 +196,4 @@ gcc -dumpspecs | sed -e 's@/tools@@g' \ for p in gcov gcc-ar gcc gcc-ranlib c++ g++ gcc-nm lto-dump gcov-tools gcov-dump cpp; do ln -s $TRUPLE-$p $PKG_DEST/usr/bin/$p done - - } |