From 07fd8bf8dae5730567a38bc8a9ec388b6ae7a143 Mon Sep 17 00:00:00 2001 From: "Thomas Trepl (Moody)" Date: Sun, 30 Oct 2022 16:02:09 +0100 Subject: [PATCH] Instructions will invalid argument in C{,XX}FLAGS when C{,XX}FLAGS are set --- chapter08/zlib.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter08/zlib.xml b/chapter08/zlib.xml index 1d1d2d4d1..74c075ee4 100644 --- a/chapter08/zlib.xml +++ b/chapter08/zlib.xml @@ -76,7 +76,7 @@ Prepare Zlib for compilation: -CFLAGS+="-m32" CXXFLAGS+="-m32" \ +CFLAGS+=" -m32" CXXFLAGS+=" -m32" \ ./configure --prefix=/usr \ --libdir=/usr/lib32 @@ -103,7 +103,7 @@ rm -rf DESTDIR Prepare Zlib for compilation: -CFLAGS+="-mx32" CXXFLAGS+="-mx32" \ +CFLAGS+=" -mx32" CXXFLAGS+=" -mx32" \ ./configure --prefix=/usr \ --libdir=/usr/libx32