mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Imported Genode release 11.11
This commit is contained in:
committed by
Christian Helmuth
parent
6bcc9aef0e
commit
da4e1feaa5
22
base-linux/etc/specs.conf
Normal file
22
base-linux/etc/specs.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
#
|
||||
# Description of build platform
|
||||
#
|
||||
|
||||
#
|
||||
# If you want to build the Linux-specific Genode
|
||||
# binaries, use this config option.
|
||||
#
|
||||
ifeq ($(shell uname -m),x86_64)
|
||||
SPECS ?= genode linux_x86_64 sdl
|
||||
else
|
||||
SPECS ?= genode linux_x86_32 sdl
|
||||
endif
|
||||
|
||||
#
|
||||
# If you want to build for the host platform,
|
||||
# use the following config option.
|
||||
# You need to specify '32bit' additionally to 'host'
|
||||
# to include the 32bit-specific Genode include path
|
||||
# containing integer definitions.
|
||||
#
|
||||
#SPECS ?= host 32bit
|
||||
Reference in New Issue
Block a user