[Sound-open-firmware] [PATCH] scripts: remove prefix for host build

Ranjani Sridharan ranjani.sridharan at linux.intel.com
Fri May 11 06:02:57 CEST 2018


Signed-off-by: Ranjani Sridharan <ranjani.sridharan at linux.intel.com>
---
 scripts/host-build-all.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/host-build-all.sh b/scripts/host-build-all.sh
index 87933b3..4c316da 100755
--- a/scripts/host-build-all.sh
+++ b/scripts/host-build-all.sh
@@ -10,6 +10,6 @@ set -e
 pwd=`pwd`
 
 # Build library for host platform architecture
-./configure --with-arch=host --enable-library=yes --host=x86_64-unknown-linux-gnu --prefix=$pwd/../host-root/
+./configure --with-arch=host --enable-library=yes --host=x86_64-unknown-linux-gnu
 make
 make install
-- 
2.14.1



More information about the Sound-open-firmware mailing list