diff options
Diffstat (limited to 'cross')
-rw-r--r-- | cross/cross-gcc/PKGBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cross/cross-gcc/PKGBUILD b/cross/cross-gcc/PKGBUILD index 50960d7e3..65e741c42 100644 --- a/cross/cross-gcc/PKGBUILD +++ b/cross/cross-gcc/PKGBUILD @@ -179,9 +179,7 @@ build() { --with-mpc \ --with-isl \ --with-libelf \ - --enable-gnu-indirect-function \ - --with-pkgversion='Parabola Repository' \ - --with-bugurl='https://labs.parabola.nu/' + --enable-gnu-indirect-function make $MAKEFLAGS all-gcc } |