aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-12-12[klibc] Move linker option probing to Kbuild.klibcBen Hutchings1-3/+0
2020-07-25[klibc] Kbuild: support clang's lldBill Wendling1-0/+3
2019-02-02[klibc] Simplify build instructionsBen Hutchings1-4/+4
2019-02-02[klibc] Makefile: Check for $(KLIBCKERNELSRC)/include directoryBen Hutchings1-3/+3
2019-01-25[klibc] Makefile: Honour KBUILD_SRC variableklibc-2.0.6Ben Hutchings1-1/+1
2019-01-19[klibc] Delete makerpm.sh, maketar.shBen Hutchings1-1/+1
2019-01-18[klibc] Makefile: Update help text for KLIBCKERNELSRCBen Hutchings1-5/+5
2019-01-18[klibc] Kbuild: Remove KLIBCKERNELOBJ variableBen Hutchings1-2/+0
2019-01-18[klibc] Makefile: Add dependencies on $(KLIBCKERNELSRC)Ben Hutchings1-2/+2
2019-01-18[klibc] Never clean files in quilt status directoryBen Hutchings1-1/+1
2013-12-03[klibc] ppc64: Add ppc64le supportAnton Blanchard1-2/+5
2013-11-11[klibc] arm64: Add arm64 supportSteve Capper1-1/+2
2012-05-18[klibc] Makefile: help document V=2 switchmaximilian attems1-0/+1
2012-05-15[klibc] Fix help target for headers_install pathmaximilian attems1-1/+1
2011-12-15[klibc] Makefile: drop -2.6 suffix to linux source pathesmaximilian attems1-2/+2
2011-03-29[klibc] Makefile: Remove .config directory dependencyGreg Thelen1-1/+1
2010-03-22[klibc] sh4 build fixNobuhiro Iwamatsu1-1/+1
2010-03-19[klibc] Makefile: add help targetmaximilian attems1-0/+22
2010-03-13[klibc] Handle KLIBCKERNEL{SRC,OBJ} without final slashklibc-1.5.16H. Peter Anvin1-2/+2
2010-03-13[klibc] Specify VPATHMike Waychison1-0/+3
2010-03-13[klibc] Fix srctree references in build.Mike Waychison1-2/+2
2010-03-13[klibc] Allow override of klibc .config locationMike Waychison1-5/+6
2010-03-13[klibc] Allow kernel sources to be specified on the command lineMike Waychison1-4/+6
2008-06-15Makefile (ARCH): Support sh4 as sh.Arthur Loiret1-1/+1
2006-08-22[klibc] Don't include .config in a release tarballH. Peter Anvin1-1/+1
2006-06-20[klibc] Warn the user if the "linux" symlink is missing.H. Peter Anvin1-3/+8
2006-06-04[klibc] Die if defconfig changes without .config changingH. Peter Anvin1-2/+6
2006-05-28klibc: merge s390/s390x #4klibc-1.3.24Heiko Carstens1-0/+1
2006-05-01[klibc] Fix location of test directoryH. Peter Anvin1-1/+1
2006-04-30[klibc] Correct location of version file for makerpm.shH. Peter Anvin1-1/+1
2006-04-30[klibc] Reorganize the standalone klibc tree to match the in-kernel treeH. Peter Anvin1-4/+4
2006-04-06[klibc] Add KLIBCOBJCOPY and KLIBCOBJDUMP, should we ever need themH. Peter Anvin1-0/+2
2006-04-06[klibc] Pick up standard tools defines unless overriddenH. Peter Anvin1-1/+9
2006-04-05[klibc] Change ARCH to KLIBCARCHH. Peter Anvin1-1/+2
2006-04-03klibc: support for make dir/file.i, make dir/file.sSam Ravnborg1-0/+6
2006-04-03klibc: support building individual filesSam Ravnborg1-0/+8
2006-01-29Move RPM generation to its own script, and make it actually workH. Peter Anvin1-5/+0
2006-01-29Handle the errlist correctly by default.H. Peter Anvin1-1/+1
2006-01-03fix build failure on 64-bit pariscKyle McMartin1-1/+1
2005-12-31Handle src/obj directories cleaner, and add support for asm-powerpcH. Peter Anvin1-1/+2
2005-12-28kbuild: clean a bit betterSam Ravnborg1-0/+22
2005-12-04Remove merge junkH. Peter Anvin1-4/+0
2005-12-04Merge with git+ssh://master.kernel.org/pub/scm/libs/klibc/klibc.gitH. Peter Anvin1-0/+4
2005-11-04[SHELL] Replace ash with dashHerbert Xu1-1/+1
2005-09-01Merge with terminus.zytor.com:/home/hpa/klibc/official/.gitH. Peter Anvin1-2/+2
2005-08-07kbuild: add klibc/tests to kbuildSam Ravnborg1-0/+3
2005-08-07kbuild: make cleanSam Ravnborg1-7/+4
2005-08-07Move kinit, ipconfig and nfsmountSam Ravnborg1-2/+0
2005-08-07kbuild: make installSam Ravnborg1-33/+8
2005-08-07kbuild: fix so binaries is now workingSam Ravnborg1-0/+3
2005-08-05kbuild: kbuildtify klibc - add klibc, ash, gzip and utilsSam Ravnborg1-2/+26
2005-08-04kbuild: move klcc to directory named klccSam Ravnborg1-24/+48
2005-05-26"make release" to turn a checkout into a tarballH. Peter Anvin1-0/+5
2005-04-10Do pathname canonicalization in Perl instead of relying on invoking bash.H. Peter Anvin1-3/+3
2005-03-28local-spotless should depend on local-cleanH. Peter Anvin1-1/+1
2005-03-06Support -l/-L, -M*, and -print-klibc-* options in klccklibc-0.215H. Peter Anvin1-1/+4
2005-03-04We need the scsi/ directory tree, tooklibc-0.212H. Peter Anvin1-1/+1
2005-03-03Use loops; be more tolerant of missing treesklibc-0.209H. Peter Anvin1-4/+4
2005-03-03Split CROSS and KCROSS; x86-64 needs asm-i386 in addition to asm-x86_64;klibc-0.206H. Peter Anvin1-11/+13
2005-03-02Correction: SHAREDFLAGS is only used to build klibc.so itself!H. Peter Anvin1-1/+0
2005-03-02Pass LDFLAGS and SHAREDFLAGS to ldH. Peter Anvin1-0/+1
2005-03-02Add the crosscompilation prefix to the install pathklibc-0.200H. Peter Anvin1-7/+7
2005-03-02Install the correct header file directory...!H. Peter Anvin1-2/+2
2005-03-02Add missing continuation slashH. Peter Anvin1-1/+1
2005-03-02Change set -e to set -xe in loopH. Peter Anvin1-1/+1
2005-03-01Copy only specific include directories.H. Peter Anvin1-6/+7
2005-03-01Don't include the config/ directory; make sure we copy files and not justH. Peter Anvin1-5/+6
2005-03-01Man page for klccH. Peter Anvin1-0/+2
2005-03-01Make "make install" do the same thing; try to change the spec fileH. Peter Anvin1-8/+13
2005-03-01Better handling of strip in klccH. Peter Anvin1-1/+2
2005-03-01makeklcc -> makeklcc.pl; export CROSS and use itH. Peter Anvin1-5/+6
2005-03-01Beginnings of a proper "make install"H. Peter Anvin1-5/+16
2005-02-28First cut at automatic generation of klccH. Peter Anvin1-1/+23
2004-07-02S390, shared library changes, mostly from Arnd.H. Peter Anvin1-1/+1
2003-12-13ppc64 support from Marcus Meissner and Olaf HeringH. Peter Anvin1-1/+1
2003-12-01rpm -ba doesn't work because we don't have a "real" source distroklibc-0.89H. Peter Anvin1-1/+1
2003-12-01Auto-incorporate the version number when building an RPMH. Peter Anvin1-2/+13
2003-11-30RPM packaging.Bryan O'Sullivan1-0/+6
2003-05-02Added nfsmount. Works with NFSv2 over TCP right now.Bryan O'Sullivan1-1/+1
2003-05-01Allow ipconfig to configure all interfaces, and to run as part of anotherBryan O'Sullivan1-1/+1
2003-04-30Major surgery on ipconfig: get static configuration working, and acceptBryan O'Sullivan1-1/+1
2002-08-18Makefile modifications; add root Makefilesklibc-0.49H. Peter Anvin1-0/+6