This website requires JavaScript.
Explore
Help
Sign In
mirror
/
binutils-gdb
Watch
2
Star
0
Fork
0
You've already forked binutils-gdb
mirror of
https://sourceware.org/git/binutils-gdb.git
synced
2025-01-06 12:09:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e64ddcc663
binutils-gdb
/
ld
/
emulparams
/
elf_x86_64_haiku.sh
3 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix haiku ld dependencies I noticed after commit 8ad93045ed, "ld, gold: remove support for -z bndplt (MPX prefix)", that some of my builds were failing with eelf_x86_64_haiku.c:650:9: error: no member named 'bndplt' in 'struct elf_linker_x86_params' params.bndplt = true; ~~~~~~ ^ * emulparams/aarch64haiku.sh: Use "source_sh" rather than ".". * emulparams/armelf_haiku.sh: Likewise. * emulparams/elf32ppchaiku.sh: Likewise. * emulparams/elf_mipsel_haiku.sh: Likewise. * emulparams/elf_x86_64_haiku.sh: Likewise.
2022-12-14 19:02:03 +08:00
source_sh
${
srcdir
}
/emulparams/elf_x86_64.sh
source_sh
${
srcdir
}
/emulparams/elf_haiku.sh
Reference in New Issue
Copy Permalink