aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2019-10-31 22:22:46 +0100
committerDamjan Marion <dmarion@me.com>2019-10-31 22:47:53 +0000
commit597354c1d43777a393c7a2052ff183fe36d6409a (patch)
tree450963faefea52271e8664f49a98a0fac8b4ba0c /build
parent1f8daefd988cb946c6916a07494786d9dafc35f3 (diff)
build: bump nasm version to 2.14.02
Type: make Change-Id: I9b598ce17c058709553a45524e18a64de642a8db Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build')
-rw-r--r--build/external/packages/nasm.mk4
-rw-r--r--build/external/patches/nasm_2.13.03/0001-Fix-gcc-8-compilation.patch26
2 files changed, 2 insertions, 28 deletions
diff --git a/build/external/packages/nasm.mk b/build/external/packages/nasm.mk
index b782b53f54c..2a5ce018b1f 100644
--- a/build/external/packages/nasm.mk
+++ b/build/external/packages/nasm.mk
@@ -11,9 +11,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-nasm_version := 2.13.03
+nasm_version := 2.14.02
nasm_tarball := nasm-$(nasm_version).tar.xz
-nasm_tarball_md5sum := d5ca2ad7121ccbae69dd606b1038532c
+nasm_tarball_md5sum := 6390bd67b07ff1df9fe628b6929c0353
nasm_tarball_strip_dirs := 1
nasm_url := https://ftp.osuosl.org/pub/blfs/conglomeration/nasm/$(nasm_tarball)
nasm_cflags := -Wno-implicit-fallthrough -std=c11
diff --git a/build/external/patches/nasm_2.13.03/0001-Fix-gcc-8-compilation.patch b/build/external/patches/nasm_2.13.03/0001-Fix-gcc-8-compilation.patch
deleted file mode 100644
index 73b59a5dc7b..00000000000
--- a/build/external/patches/nasm_2.13.03/0001-Fix-gcc-8-compilation.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From aa9324ae33870cd3b9d90251e380a6d704651a60 Mon Sep 17 00:00:00 2001
-From: Damjan Marion <damarion@cisco.com>
-Date: Mon, 17 Sep 2018 09:25:35 +0200
-Subject: [PATCH] Fix gcc-8 compilation
-
-Signed-off-by: Damjan Marion <damarion@cisco.com>
----
- include/nasmlib.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/nasmlib.h b/include/nasmlib.h
-index 79e866b..5f07d77 100644
---- a/include/nasmlib.h
-+++ b/include/nasmlib.h
-@@ -191,7 +191,7 @@ int64_t readstrnum(char *str, int length, bool *warn);
- * seg_init: Initialise the segment-number allocator.
- * seg_alloc: allocate a hitherto unused segment number.
- */
--void pure_func seg_init(void);
-+int32_t pure_func seg_init(void);
- int32_t pure_func seg_alloc(void);
-
- /*
---
-2.17.1
-