* configure.in: Enable libgcj for darwin.
* configure: Rebuild.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch> | ||||||
|  |  | ||||||
|  | 	* configure.in: Enable libgcj for darwin. | ||||||
|  | 	* configure: Rebuild. | ||||||
|  |  | ||||||
| 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org> | 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org> | ||||||
|  |  | ||||||
| 	* mkinstalldirs: Import autoconf 2.57 / automake 1.7 version. | 	* mkinstalldirs: Import autoconf 2.57 / automake 1.7 version. | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -1070,7 +1070,7 @@ case "${target}" in | |||||||
|     ;; |     ;; | ||||||
|   *-*-darwin*) |   *-*-darwin*) | ||||||
|     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof" |     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof" | ||||||
|     noconfigdirs="$noconfigdirs target-libobjc ${libgcj}" |     noconfigdirs="$noconfigdirs target-libobjc" | ||||||
|     ;; |     ;; | ||||||
|   *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*) |   *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*) | ||||||
|     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" |     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" | ||||||
|   | |||||||
| @@ -321,7 +321,7 @@ case "${target}" in | |||||||
|     ;; |     ;; | ||||||
|   *-*-darwin*) |   *-*-darwin*) | ||||||
|     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof" |     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof" | ||||||
|     noconfigdirs="$noconfigdirs target-libobjc ${libgcj}" |     noconfigdirs="$noconfigdirs target-libobjc" | ||||||
|     ;; |     ;; | ||||||
|   *-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*) |   *-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*) | ||||||
|     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" |     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user