diff options
author | Tom Tromey <tromey@redhat.com> | 1999-04-11 18:40:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1999-04-11 18:40:47 +0000 |
commit | eb72aeea1bbd729e7b6102214acadda3e22adabd (patch) | |
tree | d30e2356f05c363575f9e86d3d3c416563410098 /TODO | |
parent | a3c0ce6a6f9feb76e4cf498bcab033bd396c0912 (diff) | |
download | automake-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-- | TODO | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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. |