summaryrefslogtreecommitdiff
path: root/config.sub
Commit message (Collapse)AuthorAgeFilesLines
* Fix #76137: config.guess/config.sub do not recognize RISC-VChristoph M. Becker2018-05-251-175/+201
| | | | | | | | These had their latest update more than three years ago, so there may be even more issues. Since the config project[1] does not have any versioning, we're grabbing the most recent HEAD. [1] <http://git.savannah.gnu.org/gitweb/?p=config.git;a=summary>
* Remove Netware supportKalle Sommer Nielsen2016-11-121-3/+3
| | | | If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.
* Update config.guess and config.subGustavo Frederico Temple Pedrosa2014-12-041-39/+53
|
* Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-02-261-1/+1
|\ | | | | | | | | * PHP-5.4: add support for ppc64p7 arch (Power7 optimized)
| * add support for ppc64p7 arch (Power7 optimized)Remi Collet2013-02-261-1/+1
| |
| * - Upgraded bundled libtool to 1.5.26Jani Taskinen2009-11-231-37/+116
| |
| * - Update bundled libtool to 1.5.20foobar2005-11-291-12/+21
| |
* | Update config.sub/config.guess to latest GPLv2 upstream versionArd Biesheuvel2013-02-111-80/+215
| | | | | | | | | | | | | | | | This adds the ability to configure/build for/on 64-bit ARMv8, which uses the host triplet 'aarch64-linux-gnu'. Source: http://git.savannah.gnu.org/gitweb/?p=config.git;h=306afce
* | - Upgraded bundled libtool to 1.5.26Jani Taskinen2009-11-231-37/+116
| |
* | MFB51: Update bundled libtool to version 1.5.20foobar2005-11-291-12/+21
|/
* - Update bundled libtool to 1.5.18 (latest atm)foobar2005-05-271-55/+156
| | | | | # Fixes several issues with more exotic systems (AIX,HPUX,etc)
* - Applied some patches to fix issues with e.g. ia_64 and s390foobar2005-02-151-22/+21
|
* upgrade files to libtool 1.4.3 shipped onesSascha Schumann2002-11-141-42/+69
| | | | | # should be safe to upgrade these to the 1.5.x ones
* Upgrade to the version shipped with automake-1.6.2Sascha Schumann2002-07-041-63/+95
|
* - Upgrade bundled libtool to 1.4.2. Following stuff mentioned at:foobar2002-06-291-18/+12
| | | | | | | | | | http://www.gnu.org/software/libtool/news.html * Diagnose and warn about not-quite-working combinations of gcc and ld on Solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes.
* Fixed bug: #14014.foobar2001-11-181-54/+109
|
* Upgrade to libtool 1.4.Sascha Schumann2001-05-061-72/+166
|
* Upgrade to Libtool 1.3.5.Sascha Schumann2000-06-111-16/+52
|
* backed out some stuff that got committed by accident & broke things:(!Thies C. Arntzen2000-02-111-14/+31
| | | | | uwe: please read twice what you are commiting!
* - removed stupid leftover in testdomUwe Steinmann2000-02-091-31/+14
| | | | | - added more functions to domxml
* Fix ltconfig, ltmain.shSascha Schumann1999-12-221-16/+32
| | | | | Update config.sub, config.guess from libtool-1.3.4
* More php3_ annihilationZeev Suraski1999-12-171-1/+2
|
* Undo previous bogus commitZeev Suraski1999-11-261-2/+1
|
* *** empty log message ***Zeev Suraski1999-11-261-1/+2
|
* Add libtool helper filesSascha Schumann1999-11-091-0/+1215
|
* generated and not required by windowsStig Bakken1999-07-231-979/+0
|
* First cut at standard way of making dynamically loadable extensions on UNIX.Stig Bakken1999-07-211-45/+85
| | | | | | | | | | | | | | | | | | Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt static ./configure --with-xml=shared shared ./configure --with-xml=shared,/opt shared The difference between these two is that when the extension is shared, it is not merged into libphpext.a. The shared extension is currently always built. I can't find a way to do just one or the other with automake/libtool, if someone has a clever idea, please come forward. :-) "make install" installs the .so (as well as a lot of other cruft) in $prefix/lib/php.
* PHP 4.0Zeev Suraski1999-04-071-0/+939