summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--groups.d/221.native_packages_dev.d/cparser.package2
-rw-r--r--groups.d/251.native_packages_lib.d/libfirm.package2
2 files changed, 2 insertions, 2 deletions
diff --git a/groups.d/221.native_packages_dev.d/cparser.package b/groups.d/221.native_packages_dev.d/cparser.package
index 74517c66..2faa7e7e 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 929057f0..9fda5d1a 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="};