From e57c4f6109c698431a6bd1fa39e3e293570f6cd4 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 17 Jul 2014 15:27:13 +0200 Subject: new 'stage32-headless' target. Started centos support. WIP Use stage32-headless to build on CentOS. Stage32-bwlp won't work yet. --- remote/includes/system.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'remote/includes/system.inc') diff --git a/remote/includes/system.inc b/remote/includes/system.inc index 17a80761..03c455e4 100644 --- a/remote/includes/system.inc +++ b/remote/includes/system.inc @@ -19,9 +19,8 @@ export MAKEFLAGS="-j$CPU_CORES" if [ "$(uname -m)x" = "x86_64x" ]; then # Setting LIB64, as openSuse differentiates but Ubuntu does not: case $SYS_DISTRIBUTION in - ubuntu | debian) LIB64="lib" ;; - opensuse) LIB64="lib64" ;; - fedora) LIB64="lib64" ;; + ubuntu | debian) LIB64="lib" ;; + opensuse | fedora | centos) LIB64="lib64" ;; *) perror "Cannot set LIB64, SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown!" ;; esac AMD64_I386=amd64 @@ -36,3 +35,4 @@ else ARCHREGEX="(i[3456]86|x86[_-]32)" fi +pinfo "LIB64 is: $LIB64" -- cgit v1.2.3-55-g7522 From 8aa7313ed4a722830e432a98d4ab7e18cf537da5 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 17 Jul 2014 15:29:15 +0200 Subject: oops - removed debug code --- remote/includes/system.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'remote/includes/system.inc') diff --git a/remote/includes/system.inc b/remote/includes/system.inc index 03c455e4..23a5f18b 100644 --- a/remote/includes/system.inc +++ b/remote/includes/system.inc @@ -34,5 +34,3 @@ else AMD64_X86=x86 ARCHREGEX="(i[3456]86|x86[_-]32)" fi - -pinfo "LIB64 is: $LIB64" -- cgit v1.2.3-55-g7522