From: Alexandre Oliva Date: Sun, 25 Apr 1999 08:32:21 +0000 (+0000) Subject: * TODO: -Wl and -Wc options. X-Git-Tag: release-1-3~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=502575a1c308a35d7bd5c650afee937b4a11d19c;p=thirdparty%2Flibtool.git * TODO: -Wl and -Wc options. --- diff --git a/ChangeLog b/ChangeLog index 871dc615d..345901b22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-04-25 Alexandre Oliva + + * TODO: -Wl and -Wc options. + 1999-04-12 Alexandre Oliva * libltdl/ltdl.c: Remove trivial warnings. diff --git a/TODO b/TODO index bc9808be4..92c37cad1 100644 --- a/TODO +++ b/TODO @@ -69,6 +69,15 @@ People who need it: Jean Daniel Fekete Thomas Hiller +* We need some mechanism to allow users to pass flags to the linker +and/or to the compiler, when creating libtool archives. We could +recognize linker flags such as `-Wl,flag' and `-Xlinker flag' in +libtool's command line, and passing them down to the linker, if "$wl" +is `-Wl,', or stripping the `-Wl,' part if we're calling `ld' +directly. We could also introduce `-Wc,flag' and `-Xcompiler flag' to +allow unrecognized flags to be passed to the compiler, after stripping +by libtool. + * Another form of convenience library, suggested by Alexandre Oliva, is to have undocumented utility libraries, where only the shared version is installed.