1
edit
Changes
no edit summary
I changed "~/rpmbuild/SPEC/glibc.spec" file in the next way:
I run "rpmbuild -bs glibc.spec" command to get the source rpm.
Testing ILP32:
* Create "hello.c" file.
* Add info to it at your discretion.
* Run "/opt/ilp32/usr/bin/gcc -c -mabi=ilp32 hello.c".
* Run "ld -m aarch64elf32 hello.o".
* Run "file a.out".
* Check that it says "ELF32", "executable binary" and "statically linked".