live-bootstrap/sysa/musl-1.1.24/patches/makefile.patch

18 lines
429 B
Diff
Raw Normal View History

2021-02-08 06:23:31 +00:00
SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
SPDX-License-Identifier: MIT
2021-02-03 00:16:39 +00:00
tcc -ar does not support creating empty archives
2021-02-01 01:09:24 +00:00
--- Makefile 2019-10-13 22:58:27.000000000 +0100
+++ Makefile 2021-02-01 00:21:14.974687663 +0000
@@ -167,7 +167,7 @@
$(EMPTY_LIBS):
rm -f $@
- $(AR) rc $@
+ touch $@
lib/%.o: obj/crt/$(ARCH)/%.o
cp $< $@