diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-23 02:41:35 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-24 11:22:25 +0900 |
| commit | f6eaf76ec9d342ee1cef1590623dec390318801f (patch) | |
| tree | 8695e393d1ca795f6fc574a8de8d7a6794a789ba /internal/rosa/busybox.go | |
| parent | 5c127a70350c19c99bca388c94a4518d885c3ac3 (diff) | |
internal/rosa: patch library paths
This removes the need for reference LDFLAGS in the standard toolchain.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/busybox.go')
| -rw-r--r-- | internal/rosa/busybox.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/rosa/busybox.go b/internal/rosa/busybox.go index 0d9c6c78..d5eabe7d 100644 --- a/internal/rosa/busybox.go +++ b/internal/rosa/busybox.go @@ -297,7 +297,6 @@ config_disable() { cat > /bin/gcc << EOF exec clang \ -Wno-ignored-optimization-argument \ - ${ROSA_CFLAGS} \ ${LDFLAGS} \ \$@ EOF |
