* [Buildroot] svn commit: trunk/buildroot/toolchain/elf2flt
@ 2007-11-09 10:07 vanokuten at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: vanokuten at uclibc.org @ 2007-11-09 10:07 UTC (permalink / raw)
To: buildroot
Author: vanokuten
Date: 2007-11-09 02:07:15 -0800 (Fri, 09 Nov 2007)
New Revision: 20394
Log:
update elf2flt nios2 support, thanks atle
Modified:
trunk/buildroot/toolchain/elf2flt/elf2flt.nios2.conditional
Changeset:
Modified: trunk/buildroot/toolchain/elf2flt/elf2flt.nios2.conditional
===================================================================
--- trunk/buildroot/toolchain/elf2flt/elf2flt.nios2.conditional 2007-11-09 09:57:25 UTC (rev 20393)
+++ trunk/buildroot/toolchain/elf2flt/elf2flt.nios2.conditional 2007-11-09 10:07:15 UTC (rev 20394)
@@ -1,5 +1,5 @@
--- elf2flt/elf2flt.ld
-++ elf2flt/elf2flt.ld
++++ elf2flt/elf2flt.ld
@@ -62,6 +62,10 @@
*(.eh_frame)
*(.gcc_except_table)
@@ -11,3 +11,32 @@
/* Microblaze has .sdata and .sbss (small bss). They must
be contiguous, so please don't move any of this. JW */
_ssrw = . ;
+@@ -72,7 +72,7 @@
+ _ssrw = . ;
+ *(.sdata)
+ *(.sdata.*)
+- *(.sbss) /* Don't move this! */
++ *(.sbss .gnu.linkonce.sb*) /* Don't move this! */
+ _essrw = . ;
+
+ _ssrw_size = _essrw - _ssrw;
+--- elf2flt/ld-elf2flt.in
++++ elf2flt/ld-elf2flt.in
+@@ -132,7 +132,7 @@
+ esac
+ ARG1="$ARG1 -defsym $GOT_OFFSET=`expr ${SHARED_ID} '*' -4 - 4`"
+ fi
+- if [ "@emit_relocs@" = "yes" ]
++ if [ "no" = "yes" ]
+ then
+ SEDOP="$SEDOP -e s/^SINGLE_LINK://"
+ else
+@@ -155,7 +155,7 @@
+ LDSCRIPT="$NEWLDSCRIPT"
+ fi
+
+- if [ "@emit_relocs@" = "yes" ]
++ if [ "no" = "yes" ]
+ then
+ $LINKER $EMUL $SDIRS -T $LDSCRIPT -q -o "$OFILE.gdb" $ARG1 ||exit $?
+ RFILE="$OFILE.gdb"
^ permalink raw reply [flat|nested] 4+ messages in thread* [Buildroot] svn commit: trunk/buildroot/toolchain/elf2flt
@ 2007-12-11 20:21 vanokuten at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: vanokuten at uclibc.org @ 2007-12-11 20:21 UTC (permalink / raw)
To: buildroot
Author: vanokuten
Date: 2007-12-11 12:21:35 -0800 (Tue, 11 Dec 2007)
New Revision: 20641
Log:
enable symlinks for the elft2flt binaries
Modified:
trunk/buildroot/toolchain/elf2flt/elf2flt.mk
Changeset:
Modified: trunk/buildroot/toolchain/elf2flt/elf2flt.mk
===================================================================
--- trunk/buildroot/toolchain/elf2flt/elf2flt.mk 2007-12-11 20:13:13 UTC (rev 20640)
+++ trunk/buildroot/toolchain/elf2flt/elf2flt.mk 2007-12-11 20:21:35 UTC (rev 20641)
@@ -35,6 +35,9 @@
$(ELF2FLT_DIR)/$(ELF2FLT_BINARY): $(ELF2FLT_DIR)/.configured
$(MAKE) -C $(ELF2FLT_DIR) all
$(MAKE) -C $(ELF2FLT_DIR) install
+ ln -snf $(REAL_GNU_TARGET_NAME)-elf2flt $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-elf2flt
+ ln -snf $(REAL_GNU_TARGET_NAME)-flthdr $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-flthdr
+ ln -snf $(REAL_GNU_TARGET_NAME)-ld.real $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-ld.real
elf2flt: uclibc_target uclibc-configured binutils gcc $(ELF2FLT_DIR)/$(ELF2FLT_BINARY)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/toolchain/elf2flt
@ 2008-06-16 7:15 jacmet at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: jacmet at uclibc.org @ 2008-06-16 7:15 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-06-16 00:15:33 -0700 (Mon, 16 Jun 2008)
New Revision: 22364
Log:
elf2flt: only allow it to be selected on supported archs
Modified:
trunk/buildroot/toolchain/elf2flt/Config.in
Changeset:
Modified: trunk/buildroot/toolchain/elf2flt/Config.in
===================================================================
--- trunk/buildroot/toolchain/elf2flt/Config.in 2008-06-16 07:12:19 UTC (rev 22363)
+++ trunk/buildroot/toolchain/elf2flt/Config.in 2008-06-16 07:15:33 UTC (rev 22364)
@@ -1,8 +1,6 @@
-comment "elf2flt"
-
config BR2_ELF2FLT
bool "Enable elf2flt support?"
- depends !BR2_alpha && !BR2_x86_64
+ depends on BR2_arm || BR2_sh || BR2_sparc
default n
help
uCLinux uses a Binary Flat format commonly known as BFLT. It
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/toolchain/elf2flt
@ 2009-01-28 6:32 jacmet at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: jacmet at uclibc.org @ 2009-01-28 6:32 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2009-01-28 06:32:33 +0000 (Wed, 28 Jan 2009)
New Revision: 25085
Log:
elf2flt: fix link
Seems like recent binutils has pulled in inflate support, so we need to
link with zlib.
Modified:
trunk/buildroot/toolchain/elf2flt/elf2flt.mk
Changeset:
Modified: trunk/buildroot/toolchain/elf2flt/elf2flt.mk
===================================================================
--- trunk/buildroot/toolchain/elf2flt/elf2flt.mk 2009-01-28 06:32:28 UTC (rev 25084)
+++ trunk/buildroot/toolchain/elf2flt/elf2flt.mk 2009-01-28 06:32:33 UTC (rev 25085)
@@ -24,6 +24,7 @@
$(ELF2FLT_DIR)/.configured: $(ELF2FLT_DIR)/.patched
(cd $(ELF2FLT_DIR); rm -rf config.cache; \
+ LDFLAGS=-lz \
$(ELF2FLT_DIR)/configure \
--with-bfd-include-dir=$(BINUTILS_DIR1)/bfd/ \
--with-binutils-include-dir=$(BINUTILS_DIR)/include/ \
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-01-28 6:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-09 10:07 [Buildroot] svn commit: trunk/buildroot/toolchain/elf2flt vanokuten at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2007-12-11 20:21 vanokuten at uclibc.org
2008-06-16 7:15 jacmet at uclibc.org
2009-01-28 6:32 jacmet at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox