All of lore.kernel.org
 help / color / mirror / Atom feed
* ld option --build-id=none
@ 2008-11-28 15:21 Manoel Rebelo Abranches
  2008-11-28 19:59 ` Robert Millan
  0 siblings, 1 reply; 6+ messages in thread
From: Manoel Rebelo Abranches @ 2008-11-28 15:21 UTC (permalink / raw)
  To: The development of GRUB 2

In the file conf/powerpc-ieee1275.rmk I need in newer ld versions to
have:

kernel_elf_LDFLAGS = $(COMMON_LDFLAGS) -static-libgcc -lgcc \
	-Wl,-N,-S,-Ttext,0x200000,-Bstatic,--build-id=none


and in older versions:

kernel_elf_LDFLAGS = $(COMMON_LDFLAGS) -static-libgcc -lgcc \
-Wl,-N,-S,-Ttext,0x200000,-Bstatic

Should I move it from conf/powerpc-ieee1275.rmk to the configure script?
-- 
Best Regards,

Manoel Abranches <mrabran@linux.vnet.ibm.com>
IBM Linux Technology Center Brazil




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-11-28 20:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-28 15:21 ld option --build-id=none Manoel Rebelo Abranches
2008-11-28 19:59 ` Robert Millan
2008-11-28 20:11   ` Manoel Rebelo Abranches
2008-11-28 20:17     ` Robert Millan
2008-11-28 20:30       ` Manoel Rebelo Abranches
2008-11-28 20:41         ` Robert Millan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.