mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/gcc to 14.2.1+r134+gab884fffe3fc-2
This commit is contained in:
parent
1e6fbb4c43
commit
bf909feffe
4 changed files with 15 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = gcc
|
||||
pkgdesc = The GNU Compiler Collection
|
||||
pkgver = 14.2.1+r134+gab884fffe3fc
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://gcc.gnu.org
|
||||
arch = x86_64
|
||||
license = GPL-3.0-with-GCC-exception
|
||||
|
@ -40,7 +40,7 @@ pkgbase = gcc
|
|||
|
||||
pkgname = gcc
|
||||
pkgdesc = The GNU Compiler Collection - C and C++ frontends
|
||||
depends = gcc-libs=14.2.1+r134+gab884fffe3fc-1
|
||||
depends = gcc-libs=14.2.1+r134+gab884fffe3fc-2
|
||||
depends = binutils>=2.28
|
||||
depends = libmpc
|
||||
depends = zstd
|
||||
|
@ -79,7 +79,7 @@ pkgname = lib32-gcc-libs
|
|||
|
||||
pkgname = gcc-ada
|
||||
pkgdesc = Ada front-end for GCC (GNAT)
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-1
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-2
|
||||
depends = libisl.so
|
||||
provides = gcc-ada-multilib
|
||||
replaces = gcc-ada-multilib
|
||||
|
@ -88,7 +88,7 @@ pkgname = gcc-ada
|
|||
|
||||
pkgname = gcc-d
|
||||
pkgdesc = D frontend for GCC
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-1
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-2
|
||||
depends = libisl.so
|
||||
provides = gdc
|
||||
replaces = gdc
|
||||
|
@ -96,14 +96,14 @@ pkgname = gcc-d
|
|||
|
||||
pkgname = gcc-fortran
|
||||
pkgdesc = Fortran front-end for GCC
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-1
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-2
|
||||
depends = libisl.so
|
||||
provides = gcc-fortran-multilib
|
||||
replaces = gcc-fortran-multilib
|
||||
|
||||
pkgname = gcc-go
|
||||
pkgdesc = Go front-end for GCC
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-1
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-2
|
||||
depends = libisl.so
|
||||
provides = go=1.17
|
||||
provides = gcc-go-multilib
|
||||
|
@ -112,27 +112,27 @@ pkgname = gcc-go
|
|||
|
||||
pkgname = gcc-m2
|
||||
pkgdesc = Modula-2 frontend for GCC
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-1
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-2
|
||||
depends = libisl.so
|
||||
|
||||
pkgname = gcc-objc
|
||||
pkgdesc = Objective-C front-end for GCC
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-1
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-2
|
||||
depends = libisl.so
|
||||
provides = gcc-objc-multilib
|
||||
replaces = gcc-objc-multilib
|
||||
|
||||
pkgname = gcc-rust
|
||||
pkgdesc = Rust frontend for GCC
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-1
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-2
|
||||
depends = libisl.so
|
||||
|
||||
pkgname = lto-dump
|
||||
pkgdesc = Dump link time optimization object files
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-1
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-2
|
||||
depends = libisl.so
|
||||
|
||||
pkgname = libgccjit
|
||||
pkgdesc = Just-In-Time Compilation with GCC backend
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-1
|
||||
depends = gcc=14.2.1+r134+gab884fffe3fc-2
|
||||
depends = libisl.so
|
||||
|
|
|
@ -19,7 +19,7 @@ noautobuild=1
|
|||
pkgname=(gcc gcc-libs gcc-d gcc-fortran gcc-go gcc-m2 gcc-objc gcc-rust lto-dump libgccjit)
|
||||
pkgver=14.2.1+r134+gab884fffe3fc
|
||||
_commit=ab884fffe3fc82a710bea66ad651720d71c938b8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='The GNU Compiler Collection'
|
||||
arch=(x86_64)
|
||||
license=(GPL-3.0-with-GCC-exception GFDL-1.3-or-later)
|
||||
|
@ -61,7 +61,7 @@ sha256sums=('82b674a17bbac14acbf16b10e9d61e928e5630cd56635eb97acfeda849d4ebbf'
|
|||
|
||||
pkgver() {
|
||||
cd gcc
|
||||
echo "$(cat gcc/BASE-VER)+$(git describe --tags | sed 's/[^-]*-[^-]*-//;s/[^-]*-/r&/;s/-/+/g;s/_/./')"
|
||||
echo "$(cat gcc/BASE-VER)+$(git describe --abbrev=12 --tags | sed 's/[^-]*-[^-]*-//;s/[^-]*-/r&/;s/-/+/g;s/_/./')"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -3,7 +3,7 @@ fl="-std=c89"
|
|||
for opt; do
|
||||
case "$opt" in
|
||||
-ansi|-std=c89|-std=iso9899:1990) fl="";;
|
||||
-std=*) echo "`basename $0` called with non ANSI/ISO C option $opt" >&2
|
||||
-std=*) echo "$(basename "$0") called with non ANSI/ISO C option $opt" >&2
|
||||
exit 1;;
|
||||
esac
|
||||
done
|
||||
|
|
|
@ -3,7 +3,7 @@ fl="-std=c99"
|
|||
for opt; do
|
||||
case "$opt" in
|
||||
-std=c99|-std=iso9899:1999) fl="";;
|
||||
-std=*) echo "`basename $0` called with non ISO C99 option $opt" >&2
|
||||
-std=*) echo "$(basename "$0") called with non ISO C99 option $opt" >&2
|
||||
exit 1;;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue