Ticket #3298 (new enhancement)
[patch] Make gcc2 and gcc4 build correctly on Mac OS X/Darwin
| Reported by: | VinDuv | Owned by: | bonefish |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | Build System | Version: | R1/pre-alpha1 |
| Keywords: | Cc: | ||
| Blocked By: | Platform: | All | |
| Blocking: |
Description
The attached patch allow gcc2 to be built on Mac OS X.
* The config.guess patch makes Mac OS X recognized (as FreeBSD) by the configure script.
* With the Makefile.in patch, the system's makeinfo tool will be used instead of the bundled one (buildtools/gcc/texinfo/makeinfo), which does not work in Mac OS X (segfaults).
Tested on Mac OS X and Linux, should be harmless on systems which don't have makeinfo in /usr/bin.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

