summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile.common
Commit message (Collapse)AuthorAgeFilesLines
* stage1: Switch to a shared stage1.Colin Guthrie2013-10-291-7/+6
| | | | | | | | | | | Previously we would create a static stage1 for the installer, but as a dracut based initrd already includes glibc, there is very little advantage in this small, statically linked version. As a side note, it seems that if the initrd contains a /etc/modprobe.d/ folder (which can be the case with dracut) then dietlibc seems to return a ENOENT when calling readdir_r() on that folder (via the libkmod-config.c code).
* define DEBUG when using DEBUGThierry Vignaud2012-02-261-1/+1
|
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* - import stage1/drakxtools arm supportArnaud Patard2011-03-181-1/+5
|
* - import stage1/drakxtools mips supportArnaud Patard2011-03-181-0/+4
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* make gdb debugging easier (-g, no optimization, no stripping, stdio ↵Olivier Blin2007-08-141-2/+17
| | | | frontend) if DEBUG is set
* link dietlibc executables with libcompat for syscall() functionOlivier Blin2007-07-171-0/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-12/+10
|
* use installed dietlibc, not our forked cvs versionPascal Rigaux2005-05-061-2/+2
|
* cleanupPascal Rigaux2004-11-121-5/+4
|
* simplifyPascal Rigaux2004-11-121-3/+0
|
* build init using $(DIET) just like stage2-* (needed for ppc, and nicer),Pascal Rigaux2004-11-121-1/+2
| | | | | unify LDFLAGS_INIT and LDFLAGS_STAGE1
* remove GLIBC_LDFLAGS_STAGE1 and DIETLIBC_LDFLAGS_STAGE1 since they were not ↵Pascal Rigaux2004-11-121-2/+0
| | | | | | | used everywhere, and so it was not easy to understand
* drop unused INIT_LIBC, GLIBC_LIBC, DIETLIBC_LIBC (all 3 were empty at the ↵Pascal Rigaux2004-11-121-5/+0
| | | | moment)
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* linux/fd.h is too broken to compile with -W :(Guillaume Cottenceau2004-02-121-1/+1
|
* fix build with new gccPascal Rigaux2003-06-051-2/+2
|
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-041-2/+9
| | | | | | | | | - AMD64 support to insmod-busybox, minilibc, et al. - Sync with insmod-modutils 2.4.19 something but everyone should use dietlibc nowadays - Factor out compilation and prefix with $(DIET) for dietlibc builds - 64-bit & varargs fixes
* compile with -WGuillaume Cottenceau2002-07-031-1/+1
|
* don't use system wide bzlib.h but our own provided oneGuillaume Cottenceau2001-08-071-2/+2
|
* minor mods for PPC build, define TIOCSCTTY, Makefile modsStew Benedict2001-07-101-1/+7
|
* - allow build on ia64Matthias Badaire2001-05-301-1/+10
| | | | | | - have CFLAGS centralized in Makefile.common (should help ports such as alpha) - better looking sub makefiles
* new dietlibc binaries locationGuillaume Cottenceau2001-05-141-2/+2
|
* use modutils for non Intel arch'sGuillaume Cottenceau2001-02-221-0/+2
|
* integrate dietlibc/stdio per default for cdrom and disk only installsGuillaume Cottenceau2001-01-041-0/+40