summaryrefslogtreecommitdiff
path: root/pkg/tinyemu/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-18 13:24:28 -0700
committerMichael Forney <mforney@mforney.org>2019-03-19 00:52:21 -0700
commit5a1e8ee09062969521dee5609d144ecf727805e1 (patch)
tree83d598ada7d47d86bf8c5cfe5011562141ed4c63 /pkg/tinyemu/gen.lua
parentf213892dd19dcea59c4ae6b6b3a1c324bff424fb (diff)
tinyemu: Update to 2019-02-10
Diffstat (limited to 'pkg/tinyemu/gen.lua')
-rw-r--r--pkg/tinyemu/gen.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/tinyemu/gen.lua b/pkg/tinyemu/gen.lua
index 4fa1402a..bb921173 100644
--- a/pkg/tinyemu/gen.lua
+++ b/pkg/tinyemu/gen.lua
@@ -3,7 +3,8 @@ cflags{
'-D CONFIG_FS_NET',
'-D CONFIG_RISCV_MAX_XLEN=64',
'-D CONFIG_SLIRP',
- [[-D 'CONFIG_VERSION="2018-09-23"']],
+ '-D CONFIG_X86EMU',
+ [[-D 'CONFIG_VERSION="2019-02-10"']],
'-I $builddir/pkg/curl/include',
'-I $builddir/pkg/libressl/include',
}