summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge system branch 'baserock/richardmaw/build-essential-changes-merge'baserock/build-essentialRichard Maw2013-05-222-2/+2
|\
| * Build shared librariesbaserock/richardmaw/fix-zlibbaserock/richardmaw/build-essential-changes-mergeRichard Maw2013-05-172-2/+2
|/ | | | | | | | | LDSHARED needed to be set for --sysroot to work, unfortunately -shared was missed, so during configure it worked out that it couldn't build shared libraries. Unfortunately the configure script wasn't smart enough to add -shared itself.
* Use CC instead of CFLAGS to set sysrootSam Thursfield2013-03-182-2/+2
| | | | | | This avoids passing --sysroot to GCC while linking, because if it is given a sysroot it adds -L/usr and -L/usr/lib to the CFLAGS and this isn't what we want during stage 2.
* Merge branch 'baserock/samthursfield/build-essential-2-rebase' into ↵Sam Thursfield2013-03-154-3/+53
|\ | | | | | | baserock/build-essential
| * Add zlib to build-essentialSam Thursfield2013-03-154-3/+53
|/ | | | | | It's never good to have multiple versions of the same library in use on a system, so we should avoid using the versions of ZLib that are bundled in the GCC and Binutils releases.
* zlib.morph: use PREFIX if it is setbaserock/morphRichard Maw2012-03-141-1/+1
|
* Revert "Add 'libs' target to Makefile.in and only build+install libraries"Richard Maw2012-02-151-2/+0
| | | | | This reverts commit a55af2412b03bee47b9f7fa853b38e0e9d24bb02. The libs target is no longer used
* zlib.morph: remove -j1 from makeRichard Maw2012-02-151-2/+2
| | | | max-jobs is already set to 1
* DESTDIR change in installAdnan Ali2012-01-311-1/+1
|
* Merge remote-tracking branch 'origin/baserock/bootstrap' into baserock/bootstrapRichard Maw2012-01-190-0/+0
|\ | | | | | | Uses make install over make install-libs as the headers are needed as well
| * remove ldconfig callLars Wirzenius2012-01-091-2/+1
| | | | | | | | morph will be running ldconfig at the correct times.
| * undo previous changeLars Wirzenius2012-01-091-1/+2
| |
| * remove useless ldconfig callLars Wirzenius2012-01-091-2/+1
| | | | | | | | morph will be running ldconfig itself.
* | Fix json syntax errorRichard Maw2012-01-101-1/+1
| |
* | Remove ldconfig, don't just make and install librariesRichard Maw2012-01-101-3/+2
| |
* | Morph will only run ldconfig if it is bootstrappingRichard Maw2011-12-131-1/+1
| | | | | | | | | | | | | | | | | | It may be cleaner to use a different branch for bootstrap and non-bootstrap builds, but this needs morphs which require this one to be altered as well. Patches would have to be applied to both branches as well, it may be less maintanence to make the morph look a little ugly. Also there is precedent in the eglibc morph.
* | Make configure test exit code rather than outputRichard Maw2011-12-132-40/+40
| | | | | | | | | | | | | | | | | | distcc will print a message if it can't connect to a distributed compiler. configure was checking if a command succeeded by if it output anything. This was confusing configure into thinking that it couldn't build shared libraries. The previous fix to stop it trying to copy a shared library that was not built is still a bug, but we were meant to build shared libraries.
* | Fix a Makefile.in issue with invalid cp command on non-shared builds.Jannis Pohlmann2011-12-081-2/+2
| |
* | Do not drop existing items in LD_LIBRARY_PATH.Jannis Pohlmann2011-12-081-3/+3
|/
* Remove -n from ldconfig callLars Wirzenius2011-11-251-1/+1
|
* Run ldconfig at the end of an installLars Wirzenius2011-11-241-1/+2
|
* Force -j1 on makeLars Wirzenius2011-11-241-1/+1
|
* Add 'libs' target to Makefile.in and only build+install librariesLars Wirzenius2011-11-242-2/+4
|
* Avoid parallelism while buildingLars Wirzenius2011-11-241-0/+1
|
* Also look for libraries in /usr/lib64Lars Wirzenius2011-11-241-1/+1
|
* Force CCLars Wirzenius2011-11-241-1/+1
|
* Also force LD_LIBRARY_PATHLars Wirzenius2011-11-241-3/+3
|
* Force path for bootstrapLars Wirzenius2011-11-241-3/+3
|
* Add morphologyLars Wirzenius2011-11-181-0/+13
|
* zlib 1.2.5v1.2.5Mark Adler2011-09-0925-42/+55
|
* zlib 1.2.4.5v1.2.4.5Mark Adler2011-09-0931-106/+119
|
* zlib 1.2.4.4v1.2.4.4Mark Adler2011-09-0922-81/+138
|
* zlib 1.2.4.3v1.2.4.3Mark Adler2011-09-0924-73/+122
|
* zlib 1.2.4.2v1.2.4.2Mark Adler2011-09-0937-148/+176
|
* zlib 1.2.4.1v1.2.4.1Mark Adler2011-09-0930-130/+248
|
* zlib 1.2.4v1.2.4Mark Adler2011-09-0914-168/+27
|
* zlib 1.2.4-pre2v1.2.4-pre2Mark Adler2011-09-0914-19/+22
|
* zlib 1.2.4-pre1v1.2.4-pre1Mark Adler2011-09-0967-3019/+2822
|
* zlib 1.2.3.9v1.2.3.9Mark Adler2011-09-09102-7399/+3820
|
* zlib 1.2.3.8v1.2.3.8Mark Adler2011-09-0987-1455/+4936
|
* zlib 1.2.3.7v1.2.3.7Mark Adler2011-09-0928-553/+745
|
* zlib 1.2.3.6v1.2.3.6Mark Adler2011-09-0931-2110/+1061
|
* zlib 1.2.3.5v1.2.3.5Mark Adler2011-09-0974-1855/+7120
|
* zlib 1.2.3.4v1.2.3.4Mark Adler2011-09-0945-852/+3642
|
* zlib 1.2.3.3v1.2.3.3Mark Adler2011-09-0922-240/+583
|
* zlib 1.2.3.2v1.2.3.2Mark Adler2011-09-0923-722/+344
|
* zlib 1.2.3.1v1.2.3.1Mark Adler2011-09-0950-495/+3641
|
* zlib 1.2.3v1.2.3Mark Adler2011-09-0965-6683/+11095
|
* zlib 1.2.2.4v1.2.2.4Mark Adler2011-09-0929-137/+1035
|
* zlib 1.2.2.3v1.2.2.3Mark Adler2011-09-0963-8906/+11616
|