summaryrefslogtreecommitdiff
path: root/libf2c/TODO
diff options
context:
space:
mode:
authorfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>1998-07-12 05:02:03 +0000
committerfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>1998-07-12 05:02:03 +0000
commit0f0e8cdf38df54c7fc631a8dbc76686818790dfd (patch)
treed8bc9295ade83510d2999be729a68405ed5459b7 /libf2c/TODO
parentdc0a9228c7aa4c3b3a45aedaa36d4671fcec743d (diff)
downloadgcc-0f0e8cdf38df54c7fc631a8dbc76686818790dfd.tar.gz
1998-07-10 Dave Love <d.love@dl.ac.uk>
* Makefile.in: Re-write build procedure mainly to honour dependencies correctly but also allow making in the build directory by configuring the relevant variables. The lib[FIU]77 subdirs do dependency checking of their objects. Stamp files dictate when to run (new) archive targets in subdirs. Some tidying of variables. Supply full set of standard targets. * configure.in: Move much of testing to new configures in subdirs. Tidy up handling of RANLIB etc. * stamp-h.in, libF77/configure.in, libI77/configure.in, libF77/configure, libI77/configure: New files. * libF77/Makefile.in, libI77/Makefile.in, libU77/Makefile.in: Change in step with libf2c/Makefile.in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21082 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/TODO')
-rw-r--r--libf2c/TODO13
1 files changed, 5 insertions, 8 deletions
diff --git a/libf2c/TODO b/libf2c/TODO
index a44d1ed7f23..84cbb0c733d 100644
--- a/libf2c/TODO
+++ b/libf2c/TODO
@@ -1,17 +1,14 @@
-970811
+980709
TODO list for the g77 library
-* `Makefile.in's should be brought up to standard; I'm not sure they
- have a complete set of targets at present.
-
* Investigate building shared libraries on systems we know about
- (probably in 0.5.22, using libtool-1.0 from the FSF, which looks
- quite useful).
+ (probably using libtool).
-* Test cases.
+* Better test cases.
-* Allow the library to be stripped to save space.
+* Allow the library to be stripped to save space. (The install-strip
+ makefile target now allows this, should it be easily invocable.)
* An interface to IEEE maths functions from libc where this makes
sense.