summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-glibc.morph
Commit message (Collapse)AuthorAgeFilesLines
* strata/build-essential/stage2-glibc.morph: Set build-system to manualJavier Jardón2016-07-251-0/+1
| | | | Change-Id: I2caada1a07a8e06d6236614f7459d9a2db693d69
* Upgrade to GCC 5.3.0Pedro Alvarez2016-06-011-0/+1
| | | | Change-Id: I0e2b2c2f823e89b1bcbba6149fa6d92dce3d07cb
* Use MORPH_ARCH instead manual parsingJavier Jardón2015-12-211-2/+1
| | | | Change-Id: I10f5794157941c828db8d3acbc386dffbacd1831
* Create /etc/ld.so.conf.d in the glibc chunks, not fhs-dirs as it is glibc ↵Richard Dale2015-05-071-0/+1
| | | | | | | | | | | specific Include ld.so.conf and ld.so.conf.d in the glibc-libs artifact This fixes a problem with minimal systems introduced by this commit: c9afefed2d2278046ec5c0fb11c32220f3b7380d It meant that /etc/ld.so.conf was missing in minimal systems Change-Id: I4b63c33c4572e78092e1b434489787f3e788a80f
* Revert "Upgrade to GCC 5.1"Sam Thursfield2015-05-061-1/+0
| | | | | | | | | | | | This reverts commit acb29d344d117133891199ea536d9c4d34c7d05e. We have discovered that Baserock systems built with GCC 5.1 cannot *deploy* working disk images. The images hang in SYSLINUX. We suspect that it is a bug in SYSLINUX that is triggered by the compiler upgrade, and upgrading SYSLINUX may well fix this issue, but we don't have time to do this and test it in time for a 15.19 release Change-Id: I3c661b14fb923eee37c4c0148904620362fe62e2
* Upgrade to GCC 5.1Javier Jardon2015-04-291-0/+1
| | | | Change-Id: Iad8f11341a4a770c14393a50d1b0d3e26c076dbf
* stage2-glibc.morph: inline stage2-glibc-fix-specs scriptJavier Jardón2015-04-071-1/+35
| | | | Change-Id: I55bf8764a105308d965947c3721a193abf7502ac
* stage2-glibc: Fix symlink to dynamic linkerPaul Martin2015-03-231-0/+2
| | | | | | | | | | | | On non-x86 systems, the linker may not be called ld-linux.so.* but the older name of ld.so.* When the linker is ld.so.1, for example, the install script of stage2-glibc does not exit with an error (as basename/ls are in subshells), but rather $loader is empty string. This means that the symlink made is from /lib/lib to /tools/lib rather than from /lib/ld.so.1 to /tools/lib/ld.so.1.
* Create /etc/ld.so.conf in glibc chunks, as it is glibc specificRichard Dale2015-03-121-0/+9
|
* Use glibc instead of eglibcPedro Alvarez2014-11-111-0/+57