Displaying 5 results from an estimated 5 matches for "libisolinux".
2013 Apr 19
2
make issue with syslinux-5.01
...liasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -D__SYSLINUX_CORE__ -c -o
rawcon.o rawcon.c
rm -f libisolinux.a
ar cq libisolinux.a rawcon.o
ranlib libisolinux.a
cp libisolinux.a libisolinux-debug.a
gcc -Wp,-MT,plaincon.o,-MD,./.plaincon.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asy...
2015 Oct 05
0
[PATCH 4/4] core: Move linker script in arch-agnostic dir
...6 => }/syslinux.ld | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename core/{i386 => }/syslinux.ld (100%)
diff --git a/core/Makefile b/core/Makefile
index 26302fd..6fb6377 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -161,7 +161,7 @@ kwdhash.gen: keywords genhash.pl
AUXLIBS = libisolinux.a libisolinux-debug.a libldlinux.a \
libpxelinux.a liblpxelinux.a
-LDSCRIPT = $(SRC)/$(ARCH)/syslinux.ld
+LDSCRIPT = $(SRC)/syslinux.ld
%.elf: %.o $(LIBDEP) $(LDSCRIPT) $(AUXLIBS)
$(LD) $(LDFLAGS) -Bsymbolic $(LD_PIE) -E --hash-style=gnu -T $(LDSCRIPT) -M -o $@ $< \
diff --git a/core/i386...
2013 Jul 11
0
LDFLAGS and distro overrides
...t-group libcom32.a --whole-archive ../com32/lib/libcom32core.a
libldlinux.a --end-group \
> ldlinux.map
ld -m elf_i386 -Wl,-O1 -Wl,--as-needed -Bsymbolic -pie -E
--hash-style=gnu -T syslinux.ld -M -o isolinux.elf isolinux.o \
--start-group libcom32.a --whole-archive ../com32/lib/libcom32core.a
libisolinux.a --end-group \
> isolinux.map
ld -m elf_i386 -Wl,-O1 -Wl,--as-needed -Bsymbolic -pie -E
--hash-style=gnu -T syslinux.ld -M -o isolinux-debug.elf
isolinux-debug.o \
--start-group libcom32.a --whole-archive ../com32/lib/libcom32core.a
libisolinux-debug.a --end-group \
> isolinux-debug.map
l...
2013 Jul 02
2
LDFLAGS and distro overrides
This just came up on IRC,
15:01 < chithead> the first one that fails is ld -m elf_i386 -Wl,-O1 -Wl,--as-needed -Bsymbolic -pie -E --hash-style=gnu -T /var/tmp/portage/sys-boot/syslinux-6.01_pre5/work/syslinux-6.01-pre5/core/i386/syslinux.ld -M -o ldlinux.elf ldlinux.o \
15:01 < chithead> --start-group libcom32.a --whole-archive
2015 Oct 05
7
[PATCH 0/4] Improve linker scripts
From: Sylvain Gault <sylvain.gault at gmail.com>
These patches basically remove unused linker scripts and port a change that was
made to an unused script.
Those are to be applied on top of the gcc 5 bug fixes as they would conflict
otherwise.
Sylvain Gault (4):
diag/mbr: fix dependency to linker script
Remove unused linker scripts
core: Make symbols defined in linker script HIDDEN