diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2023-02-04 07:41:32 +0100 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2023-02-04 07:41:32 +0100 |
commit | 98314310785b1c6f944d45c0071b86a16dfe1f78 (patch) | |
tree | 32ca259068d4d3c01d64a94d5807cbc32f04ac55 | |
parent | 607ca5a486e9d13f72a98f793c2539f38fbdd171 (diff) |
Remove --disable-exec-static-tramp option for other archs, too
-rw-r--r-- | chapter08/libffi.xml | 6 |
1 files 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</userinput></screen> + --with-gcc-arch=i686</userinput></screen> <para>Compile the package:</para> @@ -151,8 +150,7 @@ rm -rf DESTDIR</userinput></screen> --prefix=/usr \ --libdir=/usr/libx32 \ --disable-static \ - --with-gcc-arch=x86_64 \ - --disable-exec-static-tramp</userinput></screen> + --with-gcc-arch=x86_64</userinput></screen> <para>Compile the package:</para> |