[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ld option --build-id=none
From: |
Manoel Rebelo Abranches |
Subject: |
ld option --build-id=none |
Date: |
Fri, 28 Nov 2008 13:21:43 -0200 |
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 <address@hidden>
IBM Linux Technology Center Brazil
- ld option --build-id=none,
Manoel Rebelo Abranches <=