search for: 897e647

Displaying 1 result from an estimated 1 matches for "897e647".

2006 Jun 26
0
[klibc 09/43] kbuild: support single targets for klibc and klibc programs
...Mon, 17 Apr 2006 13:54:47 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 18 Jun 2006 18:47:01 -0700 Makefile | 24 ++++++++++++++++-------- scripts/Kbuild.include | 5 +++++ 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 897e647..ea1bae0 100644 --- a/Makefile +++ b/Makefile @@ -181,6 +181,11 @@ UTS_MACHINE := $(ARCH) # Architecture used to compile user-space code KLIBCARCH ?= $(subst powerpc,ppc,$(ARCH)) +# klibc definitions +export KLIBCINC := usr/include +export KLIBCSRC := $(srctree)/usr/klibc +export KLIBCOBJ := $(...