don't install arm make profiles for now

This commit is contained in:
udeved 2016-06-09 20:27:16 +02:00
parent a9a0b7d5e7
commit 2c68d36ee7
2 changed files with 4 additions and 8 deletions

View file

@ -31,11 +31,10 @@ LIST_PKG = \
ARCH_CONF = \
data/make.conf.d/i686.conf \
data/make.conf.d/x86_64.conf \
data/make.conf.d/multilib.conf \
data/make.conf.d/aarch64.conf \
data/make.conf.d/arm.conf \
data/make.conf.d/armv6h.conf \
data/make.conf.d/armv7h.conf
data/make.conf.d/multilib.conf
# data/make.conf.d/aarch64.conf \
# data/make.conf.d/armv6h.conf \
# data/make.conf.d/armv7h.conf
BIN_PKG = \
bin/checkpkg \

View file

@ -1,3 +0,0 @@
carch="arm"
chost="armv5tel-unknown-linux-gnueabi"
cflags="-march=armv5te -O2 -pipe -fstack-protector --param=ssp-buffer-size=4"