bug-bash
[Top][All Lists]
Advanced

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

Darwin (Mac OS X) port


From: Lance Finn Helsten
Subject: Darwin (Mac OS X) port
Date: Thu, 5 Oct 2000 21:05:21 -0600

Configuration Information [Automatically generated, do not change]:
Machine: powerpc
OS: darwin1.2
Compiler: cc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='powerpc' -DCONF_OSTYPE='d
arwin1.2' -DCONF_MACHTYPE='powerpc-apple-darwin1.2' -DCONF_VENDOR='apple' -DSHEL
L -DHAVE_CONFIG_H   -I.  -I. -I./lib -I/usr/local/include -g -O2
uname output: Darwin helsten 1.2 Darwin Kernel Version 1.2: Wed Aug 30 23:32:53
PDT 2000; root:xnu/xnu-103.obj~1/RELEASE_PPC  Power Macintosh powerpc
Machine Type: powerpc-apple-darwin1.2

Bash Version: 2.03
Patch Level: 0
Release Status: release

Description:
        Enclosed are the context diffs to fix the configuration scripts for 
Darwin.

Repeat-By:
        N/A

Fix:

*** configure.old       Mon Oct  2 20:06:22 2000
--- configure   Mon Oct  2 20:04:04 2000
***************
*** 736,742 ****
  #*-freebsd*)  opt_gnu_malloc=no ;;    # they claim it's better
  *-aix*)               opt_gnu_malloc=no ;;    # AIX machines
  *-nextstep*)  opt_gnu_malloc=no ;;    # NeXT machines running NeXTstep
! *-rhapsody*)  opt_gnu_malloc=no ;;    # Apple Rhapsody
  *-dgux*)      opt_gnu_malloc=no ;;    # DG/UX machines
  *-qnx*)               opt_gnu_malloc=no ;;    # QNX 4.2
  *-machten4)   opt_gnu_malloc=no ;;    # MachTen 4.x
--- 736,743 ----
  #*-freebsd*)  opt_gnu_malloc=no ;;    # they claim it's better
  *-aix*)               opt_gnu_malloc=no ;;    # AIX machines
  *-nextstep*)  opt_gnu_malloc=no ;;    # NeXT machines running NeXTstep
! *-rhapsody*)  opt_gnu_malloc=no ;;    # Apple MacOS X Server (Rhapsody)
! *-darwin*)    opt_gnu_malloc=no ;;    # Apple MacOS X (Darwin)
  *-dgux*)      opt_gnu_malloc=no ;;    # DG/UX machines
  *-qnx*)               opt_gnu_malloc=no ;;    # QNX 4.2
  *-machten4)   opt_gnu_malloc=no ;;    # MachTen 4.x

========================================================
*** support/config.guess.old    Mon Oct  2 20:06:58 2000
--- support/config.guess        Mon Oct  2 20:02:39 2000
***************
*** 330,340 ****
        echo m88k-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
      Power?Macintosh:Rhapsody:*:*)
!       echo powerpc-apple-rhapsody${UNAME_RELEASE}
!       exit 0 ;;
      *:Rhapsody:*:*)
!       echo ${UNAME_MACHINE}-unknown-rhapsody${UNAME_RELEASE}
!       exit 0 ;;
      powerpc:machten:*:*)
        echo powerpc-apple-machten${UNAME_RELEASE}
        exit 0 ;;
--- 330,343 ----
        echo m88k-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
      Power?Macintosh:Rhapsody:*:*)
!         echo powerpc-apple-rhapsody${UNAME_RELEASE}
!         exit 0 ;;
      *:Rhapsody:*:*)
!         echo ${UNAME_MACHINE}-unknown-rhapsody${UNAME_RELEASE}
!         exit 0 ;;
!     Power\ Macintosh:Darwin:*:*)
!       echo powerpc-apple-darwin${UNAME_RELEASE}
!       exit 0 ;;
      powerpc:machten:*:*)
        echo powerpc-apple-machten${UNAME_RELEASE}
        exit 0 ;;

========================================================
*** support/config.sub.old      Mon Oct  2 20:07:20 2000
--- support/config.sub  Mon Oct  2 20:03:20 2000
***************
*** 745,751 ****
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
              | -linux-gnu* | -uxpv* | -qnx* | -powerux* | -beos* | -rhapsody* \
!             | -superux* )
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -linux*)
--- 745,751 ----
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
              | -linux-gnu* | -uxpv* | -qnx* | -powerux* | -beos* | -rhapsody* \
!             | -darwin* | -superux* )
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -linux*)



reply via email to

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