]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* TODO: -Wl and -Wc options.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 25 Apr 1999 08:32:28 +0000 (08:32 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 25 Apr 1999 08:32:28 +0000 (08:32 +0000)
ChangeLog
TODO

index 100d5bd2367dba05e9150ecf6501d993dfbc7ade..66ecb3a34298936b43d57b9019c726389b8bc9ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * TODO: -Wl and -Wc options.
+
 1999-04-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * libltdl/ltdl.c: Remove trivial warnings.
diff --git a/TODO b/TODO
index ec7fa3850e9b58e6ea6bfbb12d83fc53eb996b4f..d8268064a5366c573326313fd3ac66c427a66fa8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -69,6 +69,15 @@ People who need it:
   Jean Daniel Fekete <Jean-Daniel.Fekete@emn.fr>
   Thomas Hiller <hiller@tu-harburg.d400.de>
 
+* 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.