mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-12-04 05:33:41 +00:00
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
# To build Linux x86 32-bit in an x86-64 environment
|
|
|
|
include $(TOP)/configs/linux-x86
|
|
|
|
CONFIG_NAME = linux-x86-32
|
|
|
|
ARCH_FLAGS += -m32
|