From 6731bc7f17a9d38d56499ca34d59553d9450f094 Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 16 Sep 2018 12:51:29 -0300 Subject: cross-gcc: build(): remove --with-bugurl and --with-pkgversion Signed-off-by: David P --- cross/cross-gcc/PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cross') 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 } -- cgit v1.2.3