summaryrefslogtreecommitdiff
path: root/pkg/tinyemu
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-04-28 02:32:38 -0700
committerMichael Forney <mforney@mforney.org>2021-04-28 02:53:46 -0700
commit6a4104a96c1f6ba55f4fd261fa8ac6b8389191d4 (patch)
tree2914c603e438227f82fdb2bab9e21554a50663f8 /pkg/tinyemu
parent4a14aaf457f25f4984c87239ee285f13d221bbd2 (diff)
tinyemu: Update to 2019-12-21
Diffstat (limited to 'pkg/tinyemu')
-rw-r--r--pkg/tinyemu/.gitignore2
-rw-r--r--pkg/tinyemu/gen.lua2
-rw-r--r--pkg/tinyemu/url2
-rw-r--r--pkg/tinyemu/ver2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkg/tinyemu/.gitignore b/pkg/tinyemu/.gitignore
index eb75df1c..3559480d 100644
--- a/pkg/tinyemu/.gitignore
+++ b/pkg/tinyemu/.gitignore
@@ -1,2 +1,2 @@
/src
-/tinyemu-2019-02-10.tar.gz
+/tinyemu-2019-12-21.tar.gz
diff --git a/pkg/tinyemu/gen.lua b/pkg/tinyemu/gen.lua
index 36239f8f..380dc8f4 100644
--- a/pkg/tinyemu/gen.lua
+++ b/pkg/tinyemu/gen.lua
@@ -4,7 +4,7 @@ cflags{
'-D CONFIG_RISCV_MAX_XLEN=64',
'-D CONFIG_SLIRP',
'-D CONFIG_X86EMU',
- [[-D 'CONFIG_VERSION="2019-02-10"']],
+ [[-D 'CONFIG_VERSION="2019-12-21"']],
'-isystem $builddir/pkg/bearssl/include',
'-isystem $builddir/pkg/curl/include',
'-isystem $builddir/pkg/linux-headers/include',
diff --git a/pkg/tinyemu/url b/pkg/tinyemu/url
index ddcf657d..a69222f4 100644
--- a/pkg/tinyemu/url
+++ b/pkg/tinyemu/url
@@ -1 +1 @@
-url = "https://bellard.org/tinyemu/tinyemu-2019-02-10.tar.gz"
+url = "https://bellard.org/tinyemu/tinyemu-2019-12-21.tar.gz"
diff --git a/pkg/tinyemu/ver b/pkg/tinyemu/ver
index 6c9709d4..50cf9991 100644
--- a/pkg/tinyemu/ver
+++ b/pkg/tinyemu/ver
@@ -1 +1 @@
-20190210 r2
+20191221 r0