git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* Make the ksym table built-in with kernel image, thus remove the need
[lunaix-os.git]
/
lunaix-os
/
makeinc
/
toolchain.mkinc
diff --git
a/lunaix-os/makeinc/toolchain.mkinc
b/lunaix-os/makeinc/toolchain.mkinc
index 7421f45736d48386766e1aee0c1bc8c303bf8ae2..c9d085f9eca72d7c37ed9f90dc5fe92f669b5774 100644
(file)
--- a/
lunaix-os/makeinc/toolchain.mkinc
+++ b/
lunaix-os/makeinc/toolchain.mkinc
@@
-2,7
+2,6
@@
CC := $(CX_PREFIX)gcc
CC := $(CX_PREFIX)gcc
AS := $(CX_PREFIX)as
AR := $(CX_PREFIX)ar
-PY := python3
STRIP_OSDEP_CC := -ffreestanding -fno-pie
STRIP_OSDEP_LD := -nostdlib -nolibc -z noexecstack -no-pie -Wl,--build-id=none