https://sourceware.org/bugzilla/show_bug.cgi?id=19538

--- Comment #12 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to h...@zytor.com from comment #11)
> 
> But that is not built in core/bios.

core/Makefile has

# Set up the NASM and LD options for the architecture
NASM_ELF = "unknown"
LD_PIE = "unknown"
ifeq ($(ARCH),i386)
        NASM_ELF = elf 
        LD_PIE = -pie
endif
ifeq ($(ARCH),x86_64)
        NASM_ELF = elf64
        #LD_PIE = --pic-executable
        LD_PIE = 
endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to