genode/repos/base-host/etc/specs.conf

14 lines
210 B
Plaintext
Raw Normal View History

2011-12-22 16:19:25 +01:00
#
# 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