config/debug.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Dec 29 02:34:18 2010 +0100 (2010-12-29)
branch1.9
changeset 2256 004b41d847f8
parent 924 941294c6fcf1
permissions -rw-r--r--
complibs/libelf: build with -fPIC

libelf is used by gcc to build the lto-plugin used
by binutils' gold to perform LTO.

This requires that files in libelf be compiled with
-fPIC to generate a proper .so.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from c48aba92cbeb7b7dce956a63ec65d3296735cc16)
yann@924
     1
menu "Debug facilities"
yann@1870
     2
source "config.gen/debug.in"
yann@924
     3
endmenu