Browse Source

gcc: improved to build with --enable-linker-build-id by default to pass --build-id option to the linker for all final links

user/karasz/firmware
Christian Wiese 12 years ago
parent
commit
af5f2e6fa9
  1. 3
      base/gcc/gcc.conf

3
base/gcc/gcc.conf

@ -122,6 +122,9 @@ languages="c,c++"
var_append confopt ' ' "--enable-c99"
var_append confopt ' ' "--enable-long-long"
# pass --build-id option to the linker for all final links
var_append confopt ' ' "--enable-linker-build-id"
# special features when glibc is the primary libc for the target
if [ "$SDECFG_LIBC" = 'glibc' ]; then
# use the gnu_unique_object relocation for C++ template static data

Loading…
Cancel
Save