aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/gcc.conf2
-rwxr-xr-xlib/configure.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index 74c0a6e..7510e54 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -15,7 +15,7 @@ latest="gcc.git~linaro-4.9-branch"
static_link="no"
# This is a list of default flags always supplied to configure
-default_configure_flags="--with-bugurl=https://bugs.launchpad.net/gcc-linaro --with-mpc=${local_builds}/destdir/${host} --with-mpfr=${local_builds}/destdir/${host} --with-gmp=${local_builds}/destdir/${host} --with-gnu-as --with-gnu-ld --disable-libstdcxx-pch --disable-libmudflap${default_march+ --with-arch=${default_march}}"
+default_configure_flags="--with-bugurl=https://bugs.linaro.org --with-mpc=${local_builds}/destdir/${host} --with-mpfr=${local_builds}/destdir/${host} --with-gmp=${local_builds}/destdir/${host} --with-gnu-as --with-gnu-ld --disable-libstdcxx-pch --disable-libmudflap${default_march+ --with-arch=${default_march}}"
# --with-pkgversion=${USER}
# --with-as=${local_builds}/bin/${target}-as --with-ld=${local_builds}/bin/${target}-ld
diff --git a/lib/configure.sh b/lib/configure.sh
index da57fb6..8cb824d 100755
--- a/lib/configure.sh
+++ b/lib/configure.sh
@@ -190,7 +190,7 @@ configure_build()
stage2*)
notice "Building stage 2 of GCC"
local opts="${opts} ${stage2_flags}"
- local opts="${opts} --with-bugurl=\"https://bugs.launchpad.net/gcc-linaro\" --with-pkgversion=\"Linaro GCC ${date}\""
+ local opts="${opts} --with-bugurl=\"https://bugs.linaro.org\" --with-pkgversion=\"Linaro GCC ${date}\""
;;
gdbserver)
notice "Building gdbserver for the target"