PR libffi/46792
* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi. * configure: Regenerate.
This commit is contained in:
		| @@ -1,3 +1,9 @@ | ||||
| 2010-12-03  Hans-Peter Nilsson  <hp@axis.com> | ||||
|  | ||||
| 	PR libffi/46792 | ||||
| 	* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi. | ||||
| 	* configure: Regenerate. | ||||
|  | ||||
| 2010-12-02  Jeff Johnston  <jjohnstn@redhat.com> | ||||
|  | ||||
| 	* COPYING.NEWLIB: Add National Semiconductor notice. | ||||
|   | ||||
							
								
								
									
										4
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -3247,8 +3247,8 @@ case "${target}" in | ||||
|       *-*-aout) | ||||
| 	unsupported_languages="$unsupported_languages fortran" | ||||
| 	noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";; | ||||
|       *-*-elf) | ||||
| 	noconfigdirs="$noconfigdirs target-boehm-gc";; | ||||
|       *-*-elf) # See PR46792 regarding target-libffi. | ||||
| 	noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";; | ||||
|       *-*-linux*) | ||||
| 	noconfigdirs="$noconfigdirs target-newlib target-libgloss";; | ||||
|       *) | ||||
|   | ||||
| @@ -707,8 +707,8 @@ case "${target}" in | ||||
|       *-*-aout) | ||||
| 	unsupported_languages="$unsupported_languages fortran" | ||||
| 	noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";; | ||||
|       *-*-elf) | ||||
| 	noconfigdirs="$noconfigdirs target-boehm-gc";; | ||||
|       *-*-elf) # See PR46792 regarding target-libffi. | ||||
| 	noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";; | ||||
|       *-*-linux*) | ||||
| 	noconfigdirs="$noconfigdirs target-newlib target-libgloss";; | ||||
|       *) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user