[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] Redundant LDFLAGS breaks ELF binary
|
From: |
Josef Söntgen |
|
Subject: |
[Lynx-dev] Redundant LDFLAGS breaks ELF binary |
|
Date: |
Wed, 02 May 2012 13:35:53 +0200 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 |
Hi all,
running Lynx on our platform fails because the redundant specifaction
of $(LDFLAGS) makes gcc generating two dynamic segments in the binary
(we pass certain flags like -Wl,--dynamic-linker=ld.lib.so etc. via
$(LDFLAGS) to the linker).
I attached a patch which removes the redundant $(LDFLAGS).
bye,
Josef
makefile_in_ldflags.diff
Description: Text document
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Lynx-dev] Redundant LDFLAGS breaks ELF binary,
Josef Söntgen <=