about summary refs log tree commit diff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in INSTALLÉrico Rolim2020-11-291-1/+1
| | | | "big-engian" should be "big-endian".
* document mips r6 in INSTALL fileRich Felker2019-09-271-1/+2
|
* mention mips64 n32 ABI support in INSTALL docRich Felker2019-07-091-1/+1
|
* document riscv64 support in INSTALL documentRich Felker2019-07-091-0/+5
|
* add powerpc64 and s390x to list of supported archs in INSTALL fileRich Felker2017-08-291-1/+9
|
* update documentation files for mips64 portRich Felker2016-03-061-0/+6
|
* update INSTALL file with new archs, compiler infoRich Felker2016-02-021-28/+20
| | | | | | | | | | | | add aarch64 and or1k archs, upgrade sh from experimental, and note that sh now supports the FDPIC ABI. the old advice on compiler versions was outdated and more specific than made sense. presence of compiler bugs varies a lot by arch, so it's hard to make any good recommendations beyond "recent". if we want to document specific known-good/bad compiler versions, a much larger section in the documentation than what's appropriate for the INSTALL file would be needed.
* update notice on broken gcc versions in INSTALL fileRich Felker2014-07-311-2/+4
|
* add note to INSTALL file about gcc 4.9.0 not being supportedRich Felker2014-06-251-1/+2
|
* update INSTALL file with new information and better adviceRich Felker2014-03-201-109/+114
| | | | | | | | the text covering an ill-advised procedure for 'bootstrapping' a new musl-based system in-place is removed. new information on targets and compilers is added. formatting improved. the remaining text is adjusted to cover both usage with musl-gcc on a non-musl-based system and upgrading a musl-based system or toolchain.
* fix typos in INSTALL fileRich Felker2013-12-011-2/+2
|
* fix some documentation typosRich Felker2013-08-221-1/+1
|
* update readme and release notes for 0.9.8 v0.9.8Rich Felker2012-11-261-0/+1
|
* update documentationRich Felker2012-10-261-16/+49
|
* default features: make musl usable without feature test macrosRich Felker2012-09-071-13/+2
| | | | | | | | | | the old behavior of exposing nothing except plain ISO C can be obtained by defining __STRICT_ANSI__ or using a compiler option (such as -std=c99) that predefines it. the new default featureset is POSIX with XSI plus _BSD_SOURCE. any explicit feature test macros will inhibit the default. installation docs have also been updated to reflect this change.
* add mips to supported arch list in INSTALL fileRich Felker2012-08-171-1/+1
|
* update INSTALL file to reflect configure script usageRich Felker2012-05-041-13/+23
|
* new installation guide with alternate and primary libc setupsRich Felker2011-09-211-37/+107
|
* minor updates to INSTALL documentationRich Felker2011-06-271-0/+10
|
* some docs fixes for x86_64Rich Felker2011-02-151-6/+3
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+61