php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #46595 Use cc as default compiler
Submitted: 2008-11-17 15:01 UTC Modified: 2008-11-17 19:30 UTC
From: dsp@php.net Assigned: dsp (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 5.3.0alpha2 OS: Unix
Private report: No CVE-ID: None
 [2008-11-17 15:01 UTC] dsp@php.net
Description:
------------
Use the cc binary as a default compiler. The AC_PROG_CC macro usually 
checks for GCC first. There are good reasons to not use gcc and install 
another default compiler as the cc binary. Therefore AC_PROG_CC should 
use cc and then fallback to gcc.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-17 19:30 UTC] dsp@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC