diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-23 15:23:13 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-23 15:23:13 +0000 |
commit | fc89c94f554f7239795eed8332e6889e13879cc2 (patch) | |
tree | c2f2b381fed5f744ab357041914979e458c59cfc /gcc/configure.in | |
parent | eace0f12fb649b727b9e7af7de81a17551257a23 (diff) | |
download | gcc-fc89c94f554f7239795eed8332e6889e13879cc2.tar.gz |
* config/rs6000/x-aix41 (CLIB): Define here.
* config/rs6000/t-aix43: Not here.
* config/rs6000/t-aix41: Or here. Remove.
* configure.in: Don't use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36579 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 6d431e51d37..bc6d40edfc1 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -3326,7 +3326,7 @@ changequote([,])dnl then xmake_file=rs6000/x-aix41-gld else - tmake_file='rs6000/t-newas rs6000/t-aix41' + tmake_file='rs6000/t-newas' fi xmake_file=rs6000/x-aix41 float_format=none |