mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-01-27 10:13:15 +01:00
binutils mandatory version bump, including patch fix, and change of compression format. gcc bump as well
This commit is contained in:
@@ -15,18 +15,18 @@
|
||||
targ64_extra_libpath=elf_x86_64
|
||||
tdir_i386linux=${targ_alias}aout ;;
|
||||
+x86_64-*-xomb*) targ_emul=xomb_x86_64 ;;
|
||||
+
|
||||
+
|
||||
x86_64-*-linux-*) targ_emul=elf_x86_64
|
||||
targ_extra_emuls="elf_i386 i386linux elf_l1om"
|
||||
targ_extra_libpath=elf_i386
|
||||
--- ../../binutils-2.20/ld/Makefile.in 2009-09-07 08:10:24.000000000 -0400
|
||||
+++ ld/Makefile.in 2010-04-03 18:01:16.000000000 -0400
|
||||
@@ -2451,6 +2451,9 @@ eelf64ltsmip.c: $(srcdir)/emulparams/elf
|
||||
eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \
|
||||
@@ -3303,6 +3303,9 @@
|
||||
$(srcdir)/emulparams/elf_l1om.sh \
|
||||
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} elf_i386 "$(tdir_elf_i386)"
|
||||
${GENSCRIPTS} elf_l1om_fbsd "$(tdir_elf_l1om_fbsd)"
|
||||
+exomb_x86_64.c: $(srcdir)/emulparams/xomb_x86_64.sh \
|
||||
+ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
+ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
+ ${GENSCRIPTS} xomb_x86_64 "$(tdir_xomb_x86_64)"
|
||||
eelf_x86_64.c: $(srcdir)/emulparams/elf_x86_64.sh \
|
||||
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
@@ -53,6 +53,6 @@
|
||||
i386-*-rdos*) fmt=elf ;;
|
||||
i386-*-darwin*) fmt=macho ;;
|
||||
+ i386-*-xomb*) fmt=elf ;;
|
||||
|
||||
|
||||
i860-*-*) fmt=elf endian=little ;;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user