armv7l-gcc-bootstrap

LOW
maintainer graysky 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a Git checkout from sourceware.org, the official GCC project host, which is legitimate despite not being on the analyzer's whitelist; building from official source is normal AUR practice.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a Git checkout from sourceware.org, the official GCC project host, which is legitimate despite not being on the analyzer's whitelist; building from official source is normal AUR practice.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:21 source=(git+https://sourceware.org/git/gcc.git#commit=${_commit})

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: graysky <therealgraysky AT proton DOT me>
2# Contributor: Christer Solskogen <christer.solskogen@gmail.com>
3# Build order: armv7l-binutils -> armv7l-linux-api-headers -> armv7l-gcc-bootstrap -> armv7l-glibc -> armv7l-gcc -> armv7l-glibc (again)
4
5_arch=armv7l
6_target=$_arch-unknown-linux-gnueabihf
7pkgname=$_arch-gcc-bootstrap
8pkgver=16.1.1+r346+g4e03491b401d
9# https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git
10_commit=4e03491b401dce0658543dd90524ddb92063836e
11pkgrel=2
12pkgdesc='The GNU Compiler Collection - cross compiler for armv7l - bootstrap compiler'
13arch=(x86_64)
14url='https://gcc.gnu.org/'
15license=('GPL-3.0-or-later WITH GCC-exception-3.1' GFDL-1.3-or-later)
16depends=(libmpc zstd libisl)
17makedepends=($_arch-binutils git)
18provides=($_arch-gcc)
19conflicts=($_arch-gcc)
20options=(!emptydirs !strip staticlibs)
21source=(git+https://sourceware.org/git/gcc.git#commit=${_commit})
22
23sha256sums=('73dca834e44d5e4501efa3f68a190a902d0a83c66f4cf4fd5b3da24e2cefdaf4')
24
25validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9 # bpiotrowski@archlinux.org
26 86CFFCA918CF3AF47147588051E8B148A9999C34 # evangelos@foutrelis.com
27 13975A70E63C361C73AE69EF6EEB81F8981C74C7 # richard.guenther@gmail.com
28 D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62) # Jakub Jelinek <jakub@redhat.com>
29
30prepare() {
31 [[ ! -d gcc ]] && ln -s gcc-${pkgver/+/-} gcc
32 cd gcc
33
34 rm -rf "$srcdir"/gcc-build
35 mkdir "$srcdir"/gcc-build
36}
37
38build() {
39 cd gcc-build
40
41 # Credits @allanmcrae
42 # https://github.com/allanmcrae/toolchain/blob/f18604d70c5933c31b51a320978711e4e6791cf1/gcc/PKGBUILD
43 # TODO: properly deal with the build issues resulting from this
44 CFLAGS=${CFLAGS/-Werror=format-security/}
45 CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
46
47 "$srcdir"/gcc/configure \
48 --prefix=/usr \
49 --with-sysroot=/usr/$_target/sys-root \
50 --libexecdir=/usr/lib \
51 --target=$_target \
52 --disable-nls \
53 --enable-languages=c \
54 --with-system-zlib \
55 --disable-multilib --disable-werror \
56 --disable-threads --without-headers \
57 --disable-shared --with-newlib \
58 --disable-libatomic
59
60 make all-gcc all-target-libgcc
61}
62
63package() {
64 cd gcc-build
65
66 make install-strip-gcc install-strip-target-libgcc DESTDIR="$pkgdir"
67 # Remove files that conflict with host gcc package
68 rm -r "$pkgdir"/usr/{include,share}
69
70}
71

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion