|
|
|
@ -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 |
|
|
|
|