From 3b0e0e6b8bde4e1f8ebe0bcacc458ae2141989ce Mon Sep 17 00:00:00 2001 From: midipix Date: May 24 2025 22:09:23 +0000 Subject: libfirm, cparser: update repository addresses. --- diff --git a/groups.d/221.native_packages_dev.d/cparser.package b/groups.d/221.native_packages_dev.d/cparser.package index 74517c6..2faa7e7 100644 --- a/groups.d/221.native_packages_dev.d/cparser.package +++ b/groups.d/221.native_packages_dev.d/cparser.package @@ -1,5 +1,5 @@ : ${PKG_CPARSER_DEPENDS:="libfirm"}; -: ${PKG_CPARSER_URLS_GIT:="cparser=http://github.com/lalbornoz/cparser.git@main bcparser=${DEFAULT_GITROOT}/compilers/bcparser@main"}; +: ${PKG_CPARSER_URLS_GIT:="cparser=https://github.com/libfirm/cparser@master bcparser=${DEFAULT_GITROOT}/compilers/bcparser@main"}; : ${PKG_CPARSER_BUILD_DIR:=build/cparser}; : ${PKG_CPARSER_CONFIGURE:=bcparser/configure}; : ${PKG_CPARSER_CONFIGURE_ARGS:="--source-dir=../../cparser --prefix="}; diff --git a/groups.d/251.native_packages_lib.d/libfirm.package b/groups.d/251.native_packages_lib.d/libfirm.package index 929057f..9fda5d1 100644 --- a/groups.d/251.native_packages_lib.d/libfirm.package +++ b/groups.d/251.native_packages_lib.d/libfirm.package @@ -1,4 +1,4 @@ -: ${PKG_LIBFIRM_URLS_GIT:="libfirm=https://github.com/lalbornoz/libfirm@main bfirm=${DEFAULT_GITROOT}/compilers/bfirm@main"}; +: ${PKG_LIBFIRM_URLS_GIT:="libfirm=https://github.com/midipix/libfirm.git@x64_abi bfirm=${DEFAULT_GITROOT}/compilers/bfirm@main"}; : ${PKG_LIBFIRM_BUILD_DIR:=build/libfirm}; : ${PKG_LIBFIRM_CONFIGURE:=bfirm/configure}; : ${PKG_LIBFIRM_CONFIGURE_ARGS:="--source-dir=../../libfirm --prefix="};