x86_64 -> amd64 for debian

This commit is contained in:
pancake 2015-08-09 14:06:54 +02:00
parent 54a59efe1d
commit 0e7748974b
3 changed files with 6 additions and 6 deletions

4
sys/debian/arch.mk Normal file
View File

@ -0,0 +1,4 @@
ARCH=$(shell uname -m)
ifeq ($(ARCH),x86_64)
ARCH=amd64
endif

View File

@ -4,6 +4,4 @@ PRIORITY=optional
MAINTAINER=pancake <pancake@nopcode.org>
include ../../../config-user.mk
ARCH=$(shell uname -m)
#VERSION=0.10.0
#ARCH=iphoneos-arm
include ../arch.mk

View File

@ -4,6 +4,4 @@ PRIORITY=optional
MAINTAINER=pancake <pancake@nopcode.org>
include ../../../config-user.mk
ARCH=$(shell uname -m)
#VERSION=0.10.0
#ARCH=iphoneos-arm
include ../arch.mk