mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
14 lines
210 B
Plaintext
14 lines
210 B
Plaintext
#
|
|
# Description of build platform
|
|
#
|
|
|
|
#
|
|
# If you want to build the host-specific Genode
|
|
# binaries, use this config option.
|
|
#
|
|
ifeq ($(shell uname -m),x86_64)
|
|
SPECS ?= host x86_64
|
|
else
|
|
SPECS ?= host x86_32
|
|
endif
|