emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Mon, 09 Sep 2002 15:20:27 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.305 emacs/configure.in:1.306
*** emacs/configure.in:1.305    Fri Sep  6 09:42:23 2002
--- emacs/configure.in  Mon Sep  9 15:20:27 2002
***************
*** 797,807 ****
    ;;
  
    ## PowerPC reference platform
!   powerpcle-*-solaris2* )
      machine=prep
      opsys=sol2-5
    ;;
  
    ## Pyramid machines
    ## I don't really have any idea what sort of processor the Pyramid has,
    ## so I'm assuming it is its own architecture.
--- 797,813 ----
    ;;
  
    ## PowerPC reference platform
!   powerpcle-*-solaris2.5* )
      machine=prep
      opsys=sol2-5
    ;;
  
+   ## PowerPC reference platform
+   powerpcle-*-solaris2* )
+     machine=prep
+     opsys=sol2-6
+   ;;
+ 
    ## Pyramid machines
    ## I don't really have any idea what sort of processor the Pyramid has,
    ## so I'm assuming it is its own architecture.
***************
*** 941,948 ****
                NON_GNU_CPP=/usr/ccs/lib/cpp
                RANLIB="ar -ts"
                ;;
        *-sunos5* | *-solaris* )
!               opsys=sol2-5
                NON_GNU_CPP=/usr/ccs/lib/cpp
                ;;
        *                         ) opsys=bsd4-2   ;;
--- 947,959 ----
                NON_GNU_CPP=/usr/ccs/lib/cpp
                RANLIB="ar -ts"
                ;;
+       *-sunos5.6* | *-solaris2.6* )
+               opsys=sol2-6
+               NON_GNU_CPP=/usr/ccs/lib/cpp
+               RANLIB="ar -ts"
+               ;;
        *-sunos5* | *-solaris* )
!               opsys=sol2-6
                NON_GNU_CPP=/usr/ccs/lib/cpp
                ;;
        *                         ) opsys=bsd4-2   ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]