null+****@clear*****
null+****@clear*****
2010年 9月 22日 (水) 17:41:23 JST
Kouhei Sutou 2010-09-22 08:41:23 +0000 (Wed, 22 Sep 2010)
New Revision: 267400c1dbe0c658649cea09d32d3e38ca870c79
Log:
remove i386 support!!!
Modified files:
apt/Makefile.am
yum/Makefile.am
Modified: apt/Makefile.am (+1 -1)
===================================================================
--- apt/Makefile.am 2010-09-22 08:40:08 +0000 (1ec8a50)
+++ apt/Makefile.am 2010-09-22 08:41:23 +0000 (07ef141)
@@ -1,6 +1,6 @@
DISTRIBUTIONS = debian ubuntu
CHROOT_BASE = /var/lib/chroot
-ARCHITECTURES = i386 amd64
+ARCHITECTURES = amd64
CODES = squeeze unstable lucid
all:
Modified: yum/Makefile.am (+1 -1)
===================================================================
--- yum/Makefile.am 2010-09-22 08:40:08 +0000 (81c7415)
+++ yum/Makefile.am 2010-09-22 08:41:23 +0000 (78f50c8)
@@ -1,5 +1,5 @@
DISTRIBUTIONS = fedora centos
-ARCHITECTURES = i386 x86_64
+ARCHITECTURES = x86_64
CHROOT_BASE = /var/lib/chroot
all: