modules/io386: fixate to latest commit id and optimize for space

This commit is contained in:
Thierry Laurion 2023-04-13 09:21:26 -04:00
parent 699a961381
commit a598ba6e57
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -2,13 +2,16 @@ modules-$(CONFIG_IO386) += io386
io386_depends := $(musl_dep)
io386_version := git
io386_repo := https://github.com/hardenedlinux/io386
io386_version := fc73fcf8e51a70638679c3e9b0ada10527f8a7c1
io386_dir := io386-$(io386_version)
io386_tar := io386-$(io386_version).tar.gz
io386_url := https://github.com/hardenedlinux/io386/archive/$(io386_version).tar.gz
io386_hash := 874898af57d86dc057cea39b4a7e0621fc64aa4fb777dfb1eeb11e9134bc9a06
io386_target := \
$(MAKE_JOBS) \
$(CROSS_TOOLS) \
CFLAGS="-Os" \
SHARED=yes \
PREFIX="/" \
&& \