aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-07-27[klibc] Install command links as appropriateklibc-2.0.13Ben Hutchings1-0/+7
2022-08-06[klibc] Work around ELF loader bugs when executables have only BSSBen Hutchings1-1/+1
2022-08-04[klibc] Kbuild: Properly disable executable stacks in static buildsBen Hutchings1-1/+1
2022-01-31[klibc] Fix header installation from out-of-tree buildBen Hutchings1-0/+3
2021-12-27[klibc] Kbuild: Fix include path for Clang buildsBen Hutchings1-1/+1
2021-04-28[klibc] Kbuild: Always build static library reproduciblyBen Hutchings1-7/+3
2020-12-12[klibc] Kbuild: Rename LLD to LD_IS_LLDBen Hutchings1-2/+2
2020-12-12[klibc] Move linker option probing to Kbuild.klibcBen Hutchings1-0/+3
2020-08-29[klibc] Kbuild, klcc: Support multiple objects in KLIBCCRTSHAREDBen Hutchings1-1/+1
2020-08-20[klibc] use "--just-symbols" for compatibility with LLDBill Wendling1-1/+1
2020-07-25[klibc] Kbuild: Add "-fcommon" for clang buildsBill Wendling1-0/+1
2020-07-25[klibc] Kbuild: add support for clang buildsBill Wendling2-6/+15
2020-07-25[klibc] Kbuild: Fix the compiler execstack optionBen Hutchings1-1/+1
2020-07-25[klibc] Kbuild: Add a per-architecture option to disable exectable stacksBen Hutchings1-1/+4
2020-07-25Revert "[klibc] Kbuild: Tell gas we don't want executable stacks"Ben Hutchings1-1/+1
2020-02-29[klibc] Kbuild: Tell gas we don't want executable stacksBen Hutchings1-1/+1
2019-10-07[klibc] Kbuild: Work around broken "ar s" in binutils 2.32Ben Hutchings1-1/+1
2019-01-20[klibc] Kbuild: Enable full debug informationBen Hutchings1-1/+2
2019-01-20[klibc] Kbuild: Add option to install unstripped binariesBen Hutchings1-1/+5
2019-01-19[klibc] Build and install shared binaries only if KLIBCSHAREDFLAGS is definedBen Hutchings2-1/+11
2019-01-18[klibc] Kbuild.install: Copy UAPI headers instead of reinstalling themBen Hutchings1-1/+1
2019-01-18[klibc] Kbuild: Remove KLIBCKERNELOBJ variableBen Hutchings1-5/+3
2019-01-18[klibc] Disable PIEBen Hutchings1-1/+2
2019-01-02[klibc] add more PHONY targets to $(PHONY)Greg Thelen3-7/+19
2016-01-05[klibc] Install headers with consistent modeBen Hutchings1-1/+1
2015-11-05[klibc] Inline __arch_libcinit()H. Peter Anvin1-0/+11
2012-07-03[klibc] kbuild: Fix permissions of headersmaximilian attems1-0/+1
2012-05-17[klibc] kbuild: sync with kernel 3.4-rc7Sam Ravnborg2-55/+180
2011-12-04[klibc] kbuild: add static to prototypesmaximilian attems1-14/+13
2011-07-26[klibc] Kbuild: fix parallel make install errorTim Harder1-1/+1
2011-01-30[klibc] Very minor various typo fixesGilles Espinasse1-1/+1
2010-10-30[klibc] kbuild: enable reproducible buildsMaciej Żenczykowski1-5/+10
2010-10-20[klibc] kbuild: fix a compile warningmaximilian attems1-2/+3
2010-07-07[klibc] CFLAGS: enable -fwrapvMike Waychison1-1/+2
2010-03-13[klibc] Handle KLIBCKERNEL{SRC,OBJ} without final slashklibc-1.5.16H. Peter Anvin1-4/+6
2010-03-13[klibc] Fix asm includes for newer kernel sources.Mike Waychison1-0/+3
2010-03-13[klibc] Fix flags to always use relative paths.Mike Waychison1-5/+0
2010-03-13[klibc] Fix srctree references in build.Mike Waychison1-3/+3
2010-03-13[klibc] Allow override of klibc .config locationMike Waychison1-1/+1
2010-03-13[klibc] Remove redundent include of the klibc .configMike Waychison1-3/+0
2009-08-09[klibc] use headers_install to install headersJon Ringle1-10/+1
2007-12-12[klibc] Kbuild.install header install target cleanupmaximilian attems1-4/+4
2007-09-03[klibc] add some specific .gitignoremaximilian attems1-0/+1
2006-08-22[klibc] Move -nostdinc -iwithprefix include to the CPP optionsH. Peter Anvin1-3/+3
2006-08-22[klibc] Add -nostdinc -iwithprefix includeH. Peter Anvin1-1/+2
2006-08-01klibc/kbuild: fix building with make O=.. in the kernelklibc-1.4.18Sam Ravnborg1-1/+1
2006-08-01klibc/kbuild: proper library support for klibc programsklibc-1.4.17Sam Ravnborg1-10/+18
2006-07-30Temporary fix for the kinit parallel build problemklibc-1.4.14Sam Ravnborg1-2/+2
2006-07-13[klibc] Stealth whitespace sweepH. Peter Anvin1-1/+1
2006-07-10klibc/kbuild: use klib-real-objs in Kbuild.klibcSam Ravnborg1-4/+2
2006-07-09klibc/kbuild: use separate kbuild files for each klibc subdirectorySam Ravnborg2-25/+74
2006-07-09klibc/kbuild: fix naming usage in Kbuild.klibcSam Ravnborg1-39/+39
2006-07-09klibc/kbuild: fix warning: target '' given more than onceklibc-1.4.10Sam Ravnborg1-1/+1
2006-07-01[klibc] Pass -fno-stack-protector for gccs which have that optionH. Peter Anvin1-1/+1
2006-06-12[klibc] Group libc and libgccH. Peter Anvin1-17/+19
2006-05-28klibc: merge s390/s390x #4klibc-1.3.24Heiko Carstens1-4/+5
2006-05-22[klibc] Fix generation of usr/include/asm symlinkH. Peter Anvin1-0/+1
2006-05-20[klibc] sparc architecture fixesH. Peter Anvin1-2/+3
2006-05-15[klibc] Handle architectures which need total ARCH/KLIBCARCH separationH. Peter Anvin1-3/+7
2006-04-30[klibc] make install: update build location of include filesH. Peter Anvin1-1/+1
2006-04-30[klibc] Reorganize the standalone klibc tree to match the in-kernel treeH. Peter Anvin1-2/+2
2006-04-17kbuild: support single targets for klibc and klibc programsH. Peter Anvin2-15/+69
2006-04-17klibc: generate havesyscall in $(objtree) with make O=..Sam Ravnborg1-2/+12
2006-04-17klibc: remove debugging leftovers in Kbuild.klibcSam Ravnborg1-4/+2
2006-04-15klibc: relink klibc programs when klibc library is changedSam Ravnborg1-2/+11
2006-04-06[klibc] Make building dash O= friendlySam Ravnborg1-0/+5
2006-04-06[klibc] Make Kbuild.klibc aware of .config variablesSam Ravnborg1-0/+3
2006-04-06[klibc] Add KLIBCOBJCOPY and KLIBCOBJDUMP, should we ever need themH. Peter Anvin1-1/+2
2006-04-06[klibc] kbuild: need klibc-objs as well as klibc-dirsSam Ravnborg1-1/+1
2006-04-06[klibc] Pick up standard tools defines unless overriddenH. Peter Anvin1-6/+6
2006-04-05[klibc] Fix a couple of cases of double KLIBC prefixesH. Peter Anvin1-3/+3
2006-04-05[klibc] Change ARCH to KLIBCARCHH. Peter Anvin2-8/+8
2006-04-04[klibc] Remove backwards-compatibility Makefile cruftH. Peter Anvin1-10/+0
2006-04-03klibc: support for make dir/file.i, make dir/file.sSam Ravnborg1-0/+5
2006-03-24[klibc] Mass cleanup of end-of-file stealth whitespaceH. Peter Anvin3-3/+0
2006-03-24Mass extermination of stealth whitespaceH. Peter Anvin3-13/+13
2006-02-16On some architectures, the libgcc path depends on the compiler flagsH. Peter Anvin1-1/+1
2005-12-31Handle src/obj directories cleaner, and add support for asm-powerpcH. Peter Anvin1-1/+3
2005-12-28Make sure klcc defines __KLIBC__ et alklibc-1.1.12H. Peter Anvin1-4/+10
2005-12-13Non-kbuild klibc obsoletedklibc-1.1.6Sam Ravnborg1-2/+8
2005-12-13Need -R before klibc.soklibc-1.1.5H. Peter Anvin1-1/+1
2005-08-07kbuild: make cleanSam Ravnborg1-0/+96
2005-08-07kbuild: make installSam Ravnborg2-0/+125
2005-08-07kbuild: fix so binaries is now workingSam Ravnborg1-2/+2
2005-08-05kbuild: kbuildtify klibc - add klibc, ash, gzip and utilsSam Ravnborg3-0/+552
2005-08-04kbuild: move klcc to directory named klccSam Ravnborg1-1/+3
2005-08-04kbuild: fix make O= in kernelSam Ravnborg1-1/+1
2005-08-04kbuild: s/USER/KLIBC/gSam Ravnborg1-102/+108
2005-08-02kbuild: add -Wno-sign-compareSam Ravnborg1-1/+1
2005-08-01kbuild: let static-y + shared-y depend on lib.aSam Ravnborg1-3/+5
2005-08-01kbuild: replace obj- with lib-Sam Ravnborg1-6/+6
2005-08-01kbuild: Use archives rather than object filesSam Ravnborg1-17/+17
2005-08-01kbuild: Included kinit, nfsmount and ipconfig in kernel buildSam Ravnborg1-57/+75
2005-07-31kbuild: build all targets in gzipSam Ravnborg1-0/+10
2005-07-30kbuild: move kbuild files to reflects directory structure in the kernelSam Ravnborg2-0/+378