summaryrefslogtreecommitdiffstats
path: root/rules/uclibc-headers.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/uclibc-headers.in')
-rw-r--r--rules/uclibc-headers.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/uclibc-headers.in b/rules/uclibc-headers.in
index 1eeecda..837a9c3 100644
--- a/rules/uclibc-headers.in
+++ b/rules/uclibc-headers.in
@@ -4,3 +4,14 @@ config UCLIBC_HEADERS
bool
# no prompt
select KERNEL_HEADERS
+
+if UCLIBC_HEADERS
+
+config UCLIBC_HEADERS_FAKE_CROSS
+ string
+ prompt "fake cross args"
+ default "-D__ARM_EABI__" if ARCH_ARM
+ help
+ Add these args to fake a crosscompiler during uclibc-header extraction stage.
+
+endif