Show
Ignore:
Timestamp:
2007年04月07日 15時49分28秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.in

    r4196 r4200  
    594594    NON_GNU_CPP="cc -Xo -E -P" 
    595595  ;; 
     596  ## SR2001/SR2201 running HI-UX/MPP 
     597  hppa1.1-hitachi-hiuxmpp* ) 
     598    machine=sr2k opsys=hiuxmpp 
     599  ;; 
     600  hppa1.1-hitachi-hiuxwe2* ) 
     601    machine=sr2k opsys=hiuxwe2 
     602  ;; 
    596603  ## Honeywell XPS100 
    597604  xps*-honeywell-sysv* ) 
     
    616623  ;; 
    617624 
     625  ## HP 9000 series 700 and 800, running HP/UX 
     626  hppa*-hp-hpux7* ) 
     627    machine=hp800 opsys=hpux 
     628  ;; 
     629  hppa*-hp-hpux8* ) 
     630    machine=hp800 opsys=hpux8 
     631  ;; 
     632  hppa*-hp-hpux9shr* ) 
     633    machine=hp800 opsys=hpux9shr 
     634  ;; 
     635  hppa*-hp-hpux9* ) 
     636    machine=hp800 opsys=hpux9 
     637  ;; 
     638  hppa*-hp-hpux10.2* ) 
     639    machine=hp800 opsys=hpux10-20 
     640  ;; 
     641  hppa*-hp-hpux10* ) 
     642    machine=hp800 opsys=hpux10 
     643  ;; 
     644  hppa*-hp-hpux1[1-9]* ) 
     645    machine=hp800 opsys=hpux11 
     646    CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" 
     647  ;; 
     648 
    618649  hppa*-*-linux-gnu* ) 
    619650    machine=hp800 opsys=gnu-linux 
    620651  ;; 
    621652 
     653  ## HP 9000 series 700 and 800, running HP/UX 
     654  hppa*-hp-hpux* ) 
     655    ## Cross-compilation?  Nah! 
     656    case "`uname -r`" in 
     657      ## Someone's system reports A.B8.05 for this. 
     658      ## I wonder what other possibilities there are. 
     659      *.B8.* ) machine=hp800 opsys=hpux8 ;; 
     660      *.08.* ) machine=hp800 opsys=hpux8 ;; 
     661      *.09.* ) machine=hp800 opsys=hpux9 ;; 
     662      *) machine=hp800 opsys=hpux10 ;; 
     663    esac 
     664  ;; 
    622665  hppa*-*-nextstep* ) 
    623666    machine=hp800 opsys=nextstep 
     
    658701  ;; 
    659702  rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2*  ) 
     703    machine=ibmrs6000 opsys=aix4-2 
     704  ;; 
     705  rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3*  ) 
    660706    machine=ibmrs6000 opsys=aix4-2 
    661707  ;; 
     
    9851031      *-sunos5* | *-solaris* ) 
    9861032                opsys=sol2-6 
    987                 NON_GNU_CPP=/usr/ccs/lib/cpp 
     1033                if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then 
     1034                  ## -Xs prevents spurious whitespace. 
     1035                  NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs" 
     1036                else 
     1037                  NON_GNU_CPP=/usr/ccs/lib/cpp 
     1038                fi 
    9881039                ;; 
    9891040      *                   ) opsys=bsd4-2   ;;