From ba51ec598c9eb8c03493e4fadfe27b8065296b17 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 22 Jun 2017 11:00:15 +0200 Subject: introduce i486 as well --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 44b6132..46373ab 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ BINPROGS = \ makechrootpkg CONFIGFILES = \ + makepkg-i486.conf \ makepkg-i686.conf \ makepkg-x86_64.conf \ pacman-extra-32.conf \ @@ -49,18 +50,24 @@ COMMITPKG_LINKS = \ gnome-unstablepkg ARCHBUILD_LINKS = \ + extra-i486-build \ extra-i686-build \ extra-x86_64-build \ + testing-i486-build \ testing-i686-build \ testing-x86_64-build \ + staging-i486-build \ staging-i686-build \ staging-x86_64-build \ + staging-with-build-support-i486-build \ staging-with-build-support-i686-build \ multilib-build \ multilib-testing-build \ multilib-staging-build \ + kde-unstable-i486-build \ kde-unstable-i686-build \ kde-unstable-x86_64-build \ + gnome-unstable-i486-build \ gnome-unstable-i686-build \ gnome-unstable-x86_64-build -- cgit v1.2.3-54-g00ecf