Imported from ../bash-2.05a.tar.gz.
This commit is contained in:
		
					parent
					
						
							
								28ef6c316f
							
						
					
				
			
			
				commit
				
					
						f73dda092b
					
				
			
		
					 303 changed files with 37069 additions and 28812 deletions
				
			
		
							
								
								
									
										12
									
								
								support/config.guess
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								support/config.guess
									
										
									
									
										vendored
									
									
								
							|  | @ -695,12 +695,12 @@ EOF | |||
|         echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} | ||||
|         exit 0 ;; | ||||
|     *:FreeBSD:*:*) | ||||
| 	if test -x /usr/bin/objformat; then | ||||
| 	    if test "elf" = "`/usr/bin/objformat`"; then | ||||
| 		echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` | ||||
| 		exit 0 | ||||
| 	    fi | ||||
| 	fi | ||||
| #	if test -x /usr/bin/objformat; then | ||||
| #	    if test "elf" = "`/usr/bin/objformat`"; then | ||||
| #		echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` | ||||
| #		exit 0 | ||||
| #	    fi | ||||
| #	fi | ||||
| 	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-=(].*//'` | ||||
| 	exit 0 ;; | ||||
|     *:NetBSD:*:*) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jari Aalto
				Jari Aalto