summaryrefslogtreecommitdiffstats
path: root/config.guess
Commit message (Collapse)AuthorAgeFilesLines
* abuild: add update_config_guessCarlo Landmeter2016-08-121-0/+1456
|
* build: dont ship config.guessNatanael Copa2013-07-291-1558/+0
| | | | instead let apkbuilds use --host and --build
* Revert "abuild: export CHOST, CARCH and CLIBC and let config.guess use CHOST"Natanael Copa2013-07-291-1/+1557
| | | | | | | This reverts commit 4234a10e92f103a33baa0c70780ac7e09e6a9484. We will not use config.guess. Instead we will use --build and --host everywhere.
* abuild: export CHOST, CARCH and CLIBC and let config.guess use CHOSTNatanael Copa2013-07-251-1557/+1
|
* abuild: automatically replace the config.sub with our versionNatanael Copa2013-07-021-0/+1558
introduce post_unpack that by default will search for config.sub and config.guess and replace those if found. we ship our own version of those files