[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
multi-arch libraries now build and link
From: |
Gaius Mulley |
Subject: |
multi-arch libraries now build and link |
Date: |
Wed, 18 Dec 2019 03:22:25 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Hi,
I've just pushed some fixes to the gm2 git master (for gcc-10) which
allow gm2 to build with --enable-multilib. Once installed I've seen:
gm2 hello.mod
file a.out
./a.out: ELF 64-bit LSB executable, x86-64, version 1 (SYSV),
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
GNU/Linux 2.6.32, not stripped
gm2 -m32 hello.mod
file ./a.out
a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux
2.6.32, not stripped
I'm currently rebuilding and running the regression tests,
regards,
Gaius
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- multi-arch libraries now build and link,
Gaius Mulley <=