summaryrefslogtreecommitdiffstats
path: root/core/includes
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-26 13:19:26 +0200
committerSimon Rettberg2018-10-26 13:19:26 +0200
commit7b75339e1c55821483d28e4ff5641d7da2d8abee (patch)
tree7f07d30b5a3652d1da6a1cd2464b8c76dc7f0f36 /core/includes
parent[vmware-common] Common files for vmware12 and vmware14 (diff)
downloadmltk-7b75339e1c55821483d28e4ff5641d7da2d8abee.tar.gz
mltk-7b75339e1c55821483d28e4ff5641d7da2d8abee.tar.xz
mltk-7b75339e1c55821483d28e4ff5641d7da2d8abee.zip
[inc/system] New var for x86_64 / i386
Diffstat (limited to 'core/includes')
-rw-r--r--core/includes/system.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/includes/system.inc b/core/includes/system.inc
index 72ca0152..8885eb65 100644
--- a/core/includes/system.inc
+++ b/core/includes/system.inc
@@ -22,12 +22,14 @@ __init () {
*) perror "Cannot set LIB64, SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown!" ;;
esac
AMD64_I386=amd64
+ X86_64_I386=x86_64
X86_64_I586=x86_64
AMD64_X86=amd64
ARCHREGEX="(amd64|x86[_-]64)"
else
LIB64="lib"
AMD64_I386=i386
+ X86_64_I386=i386
X86_64_I586=i586
AMD64_X86=x86
ARCHREGEX="(i[3456]86|x86[_-]32)"