diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-02 19:54:19 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-02 19:54:19 +0000 |
commit | f6fa11cb33909fb4bbbd9c5e4de23210b550ca3b (patch) | |
tree | 7485a68c30a3005867a3d39b3ecebcc7e4fdd100 /configure | |
parent | 75addc1be9b5be8e24e8da9e29fa7b74fd03a0b8 (diff) | |
download | gcc-f6fa11cb33909fb4bbbd9c5e4de23210b550ca3b.tar.gz |
* configure.in: Set noconfigdirs for ms1.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100509 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index be814518b79..1e25b8e1b1d 100755 --- a/configure +++ b/configure @@ -1430,6 +1430,9 @@ case "${target}" in mn10300-*-*) noconfigdirs="$noconfigdirs ${libgcj}" ;; + ms1-*-*) + noconfigdirs="$noconfigdirs sim" + ;; powerpc-*-aix*) # copied from rs6000-*-* entry noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" |