소스 검색

Added config.guess string for ia64; almost compiles nat...
Author: tausq
Date: 2000-04-08 20:08:29 GMT
Added config.guess string for ia64; almost compiles natively, just waiting for
g++ folks to fix a stupid parsing bug

Arch Librarian 22 년 전
부모
커밋
08e31d2433
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      buildlib/config.guess

+ 2 - 0
buildlib/config.guess

@@ -408,6 +408,8 @@ EOF
 	ld_help_string=`ld --help 2>&1`
 	if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf_i.86"; then
 	  echo "${UNAME_MACHINE}-pc-linux-gnu" ; exit 0
+	if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf64_ia64"; then
+	  echo "${UNAME_MACHINE}-pc-linux-gnu" ; exit 0
 	elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86linux"; then
 	  echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0
 	elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: i.86coff"; then