diff options
author | Bartłomiej Piotrowski <bpiotrowski@archlinux.org> | 2017-05-31 23:30:19 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@archlinux.org> | 2017-11-08 14:22:56 +0100 |
commit | 7259e7def07a5f6ee04a34db61a87361ad0b5ac7 (patch) | |
tree | 019d81a708ff1d07ae02b00c207105cd7067ab40 /Makefile | |
parent | 94160d62b8d3de9d737f5ec70451fefa9ceda6d1 (diff) | |
download | devtools32-7259e7def07a5f6ee04a34db61a87361ad0b5ac7.tar.xz |
Remove i686 support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -19,7 +19,6 @@ BINPROGS = \ makechrootpkg CONFIGFILES = \ - makepkg-i686.conf \ makepkg-x86_64.conf \ pacman-extra.conf \ pacman-testing.conf \ @@ -45,18 +44,13 @@ COMMITPKG_LINKS = \ gnome-unstablepkg ARCHBUILD_LINKS = \ - extra-i686-build \ extra-x86_64-build \ - testing-i686-build \ testing-x86_64-build \ - staging-i686-build \ staging-x86_64-build \ multilib-build \ multilib-testing-build \ multilib-staging-build \ - kde-unstable-i686-build \ kde-unstable-x86_64-build \ - gnome-unstable-i686-build \ gnome-unstable-x86_64-build CROSSREPOMOVE_LINKS = \ |