* configure.in: Set noconfigdirs for ms1.
* configure: Regenerate.
This commit is contained in:
		| @@ -1,3 +1,11 @@ | |||||||
|  | 2005-06-02  Aldy Hernandez  <aldyh@redhat.com> | ||||||
|  |             Michael Snyder  <msnyder@redhat.com> | ||||||
|  |             Stan Cox  <scox@redhat.com> | ||||||
|  |  | ||||||
|  |         * configure.in: Set noconfigdirs for ms1. | ||||||
|  |  | ||||||
|  |         * configure: Regenerate. | ||||||
|  |  | ||||||
| 2005-05-25  Paolo Bonzini  <bonzini@gnu.org> | 2005-05-25  Paolo Bonzini  <bonzini@gnu.org> | ||||||
|  |  | ||||||
| 	* Makefile.tpl (stage[+id+]-start): Iterate over target module as well. | 	* Makefile.tpl (stage[+id+]-start): Iterate over target module as well. | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -1430,6 +1430,9 @@ case "${target}" in | |||||||
|   mn10300-*-*) |   mn10300-*-*) | ||||||
|     noconfigdirs="$noconfigdirs ${libgcj}" |     noconfigdirs="$noconfigdirs ${libgcj}" | ||||||
|     ;; |     ;; | ||||||
|  |   ms1-*-*) | ||||||
|  |     noconfigdirs="$noconfigdirs sim" | ||||||
|  |     ;; | ||||||
|   powerpc-*-aix*) |   powerpc-*-aix*) | ||||||
|     # copied from rs6000-*-* entry |     # copied from rs6000-*-* entry | ||||||
|     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" |     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" | ||||||
|   | |||||||
| @@ -647,6 +647,9 @@ case "${target}" in | |||||||
|   mn10300-*-*) |   mn10300-*-*) | ||||||
|     noconfigdirs="$noconfigdirs ${libgcj}" |     noconfigdirs="$noconfigdirs ${libgcj}" | ||||||
|     ;; |     ;; | ||||||
|  |   ms1-*-*) | ||||||
|  |     noconfigdirs="$noconfigdirs sim" | ||||||
|  |     ;; | ||||||
|   powerpc-*-aix*) |   powerpc-*-aix*) | ||||||
|     # copied from rs6000-*-* entry |     # copied from rs6000-*-* entry | ||||||
|     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" |     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user