mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-02 08:46:21 +00:00
6 lines
240 B
Makefile
6 lines
240 B
Makefile
# ==========================================================================
|
|
# Build system
|
|
# ==========================================================================
|
|
|
|
CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
|