From 98314310785b1c6f944d45c0071b86a16dfe1f78 Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Sat, 4 Feb 2023 07:41:32 +0100 Subject: Remove --disable-exec-static-tramp option for other archs, too --- chapter08/libffi.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/chapter08/libffi.xml b/chapter08/libffi.xml index 7fe18b0a7..22d882db8 100644 --- a/chapter08/libffi.xml +++ b/chapter08/libffi.xml @@ -114,8 +114,7 @@ --prefix=/usr \ --libdir=/usr/lib32 \ --disable-static \ - --with-gcc-arch=i686 \ - --disable-exec-static-tramp + --with-gcc-arch=i686 Compile the package: @@ -151,8 +150,7 @@ rm -rf DESTDIR --prefix=/usr \ --libdir=/usr/libx32 \ --disable-static \ - --with-gcc-arch=x86_64 \ - --disable-exec-static-tramp + --with-gcc-arch=x86_64 Compile the package: -- cgit v1.2.3-54-g00ecf