diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/gcc7/PKGBUILD | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/gcc7/PKGBUILD b/community/gcc7/PKGBUILD new file mode 100644 index 00000000..e77bd1f0 --- /dev/null +++ b/community/gcc7/PKGBUILD @@ -0,0 +1,8 @@ +# something is missing - no idea what and why :-D + +eval "$( + declare -f package_gcc7-libs | \ + sed ' + /libgcc_s/ d + ' +)" |