summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1999-04-11 18:40:47 +0000
committerTom Tromey <tromey@redhat.com>1999-04-11 18:40:47 +0000
commiteb72aeea1bbd729e7b6102214acadda3e22adabd (patch)
treed30e2356f05c363575f9e86d3d3c416563410098 /TODO
parenta3c0ce6a6f9feb76e4cf498bcab033bd396c0912 (diff)
downloadautomake-eb72aeea1bbd729e7b6102214acadda3e22adabd.tar.gz
Assembly code no longer included by default:
* compile.am (.s.o): Removed. (.S.o): Likewise. * automake.in: Register `asm' language. (lang_asm_finish): Generate suffix rules for assembly. (get_object_extension): Don't add `.s' or `.S' to suffix list.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO b/TODO
index c778e41e9..39bab4e90 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,11 @@
* Test subdir-objects option with yacc, lex, ansi2knr
- Test `compile' program
Our locking scheme won't prevent a parallel make from losing
if there are two `bar.o' files and the timing is just right
This only happens with parallel make and no-`-c -o' compiler,
so it probably isn't very important
- change compile.am and lang_c_finish to deal with -c -o.
+ `-c -o' when doing libtool
+ try to find a losing compiler and see if it really works.
+ (actually: hack config.cache and do it)
* Run automake before libtool. It will report an error but
still won't put the file into the disty. This is wrong.
@@ -14,8 +15,6 @@
but really it should be a configure variable, shouldn't it?
There are other examples of this
-* Get rid of .s.o and .S.o rules unless assembly source is seen.
-
* in gnu/gnits mode, give error if Makefile.am overrides a user
variable like CFLAGS.