Skip to content

Commit

Permalink
static link everything with musl mips toolchain from bootlin.
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaswag committed Apr 28, 2024
1 parent cf5c6d7 commit a42427c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ jobs:
strategy:
matrix:
include:
- arch: mips-linux-gnu-
- arch: mipsel-buildroot-linux-musl-
theme: zbolt
small: false
rotate: true
calibrate: false
asset: guppyscreen-zbolt

- arch: mips-linux-gnu-
- arch: mipsel-buildroot-linux-musl-
theme: material
small: false
rotate: true
calibrate: false
asset: guppyscreen

- arch: mips-linux-gnu-
- arch: mipsel-buildroot-linux-musl-
theme: material
small: true
rotate: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ jobs:
strategy:
matrix:
include:
- arch: mips-linux-gnu-
- arch: mipsel-buildroot-linux-musl-
theme: zbolt
small: false
rotate: true
calibrate: false
asset: guppyscreen-zbolt

- arch: mips-linux-gnu-
- arch: mipsel-buildroot-linux-musl-
theme: material
small: false
rotate: true
calibrate: false
asset: guppyscreen

- arch: mips-linux-gnu-
- arch: mipsel-buildroot-linux-musl-
theme: material
small: true
rotate: false
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WARNINGS := -Wall -Wextra -Wno-unused-function -Wno-error=strict-prototypes -Wp
-Wno-missing-field-initializers -Wtype-limits -Wsizeof-pointer-memaccess -Wno-format-nonliteral -Wpointer-arith -Wno-cast-qual \
-Wunreachable-code -Wno-switch-default -Wreturn-type -Wmultichar -Wformat-security -Wno-sign-compare
CFLAGS ?= -O3 -g0 -MD -MP -I$(LVGL_DIR)/ $(WARNINGS)
LDFLAGS ?= -lm -Llibhv/lib -Lspdlog/build -l:libhv.a -latomic -lpthread -Lwpa_supplicant/wpa_supplicant/ -l:libwpa_client.a -lstdc++fs -l:libspdlog.a
LDFLAGS ?= -static -lm -Llibhv/lib -Lspdlog/build -l:libhv.a -latomic -lpthread -Lwpa_supplicant/wpa_supplicant/ -l:libwpa_client.a -lstdc++fs -l:libspdlog.a
BIN = guppyscreen
BUILD_DIR = ./build
BUILD_OBJ_DIR = $(BUILD_DIR)/obj
Expand Down

0 comments on commit a42427c

Please sign in to comment.