summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2017-02-14 04:27:33 -0500
committerJames P. Harvey2017-02-14 23:17:24 -0500
commitfc4a49c31b84b5c936fa530cadee1ff171839c62 (patch)
tree9f97715e9b16b2ea30f4dc57fb4187bef8d42569
parent3f61cd8bea33ad1ed46865981d4da74139cef4c4 (diff)
downloadaur-fc4a49c31b84b5c936fa530cadee1ff171839c62.tar.gz
Added namcap differences
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD15
2 files changed, 16 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c7409eb9db..3be67db70958 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Feb 15 04:17:09 UTC 2017
+# Wed Feb 15 04:17:19 UTC 2017
pkgbase = gcc-git
pkgdesc = The GNU Compiler Collection (developmental version)
pkgver = 7.0.1.r152299.a718e363671
diff --git a/PKGBUILD b/PKGBUILD
index e915e306f81b..16237db23401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,21 @@
# * This PKGBUILD as closely as possible matches core's gcc 6.3.1-1
# * The github mirror is much more reliable and faster than the official upstream git repo
# * _base_ver (in core, known as pkgver), _pkgver, and _libdir are parsed from gcc/BASE-VER. Unfortunately, these can't be parsed in the global scope because the git source isn't even downloaded yet. Setting to default value and updating in prepare() only makes chances within scope of that function. So, they're parsed in each function that needs them.
+# * Namcap differences with core's gcc 6.3.1-1
+# * gcc-git
+# * Duplicate: Unused shared library
+# * Ignored because: is a duplicate; and only indicates a possible upstream optimization
+# * gcc-ada-git
+# * Few missing: ELF file has executable stack
+# * Ignored because this is an improvement over core
+# * gcc-go-git
+# * Extra: lacks RELRO, check LDFLAGS
+# * Ignored because core has many similar messages
+# * Referenced library 'libgo.so.11' is an uninstalled dependency
+# * Ignored because this is provided within gcc-go-git, which is not installed in a chroot build because gcc-go is already installed, and it defaults to 'no' for the conflict
+# * gcc-libs-git
+# * Dependency gcc-libs detected and not included
+# * Ignored because this is referencing itself, which is not installed in a chroot build because gcc-libs is already installed, and it defaults to 'no' for the conflict
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
# NOTE: libtool requires rebuilt with each new gcc version