Blocked revisions 77575,77585,77587-77588 via svnmerge

........
  r77575 | ronald.oussoren | 2010-01-17 06:38:11 -0600 (Sun, 17 Jan 2010) | 3 lines

  Add text to Mac/README to warn about non-universal libraries when
  building a universal Python. Based on issue7679.
........
  r77585 | ronald.oussoren | 2010-01-17 10:25:57 -0600 (Sun, 17 Jan 2010) | 12 lines

  - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4

  - Issue #7714: Use ``gcc -dumpversion`` to detect the version of GCC on
    MacOSX.

  - Make configure look for util.h as well as libutil.h. The former
    is the header file that on OSX contains the defition of openpty.

    (Needed to compile for OSX 10.4 on OSX 10.6)

  - Use the correct definition of CC to compile the pythonw executable
........
  r77587 | ronald.oussoren | 2010-01-17 13:27:57 -0600 (Sun, 17 Jan 2010) | 8 lines

  This patch ensures that the configure-script mentions checking for --enable-universalsdk
  and that it doesn't default to the 10.4u SDK when that SDK does not exist.

  (This affects OSX)

  This patch should fix most of issue 4834, although I haven't gotten enough
  information from the user to be sure.
........
  r77588 | ronald.oussoren | 2010-01-17 13:32:00 -0600 (Sun, 17 Jan 2010) | 2 lines

  Explicitly use /usr/bin/arch on OSX, fixes issue 7715
........
This commit is contained in:
Benjamin Peterson 2010-02-03 02:53:11 +00:00
parent 3fdb0ec11c
commit f044812f9b

Diff Content Not Available