@@ -100,7 +100,7 @@ ifeq ($(call has, VIRTIOSND), 1)
100
100
portaudio/Makefile :
101
101
git submodule update --init portaudio
102
102
$(PORTAUDIOLIB ) : portaudio/Makefile
103
- cd $(dir $< ) && ./configure --without-sndio
103
+ cd $(dir $< ) && LDFLAGS= " " ./configure --without-sndio
104
104
$(MAKE ) -C $(dir $< )
105
105
main.o : $(PORTAUDIOLIB )
106
106
@@ -168,12 +168,12 @@ DTC ?= dtc
168
168
E :=
169
169
S := $E $E
170
170
171
- # During boot process, he emulator manually manages the growth of ticks to
172
- # suppress RCU CPU stall warnings. Thus, we need an target time to set the
171
+ # During boot process, the emulator manually manages the growth of ticks to
172
+ # suppress RCU CPU stall warnings. Thus, we need an target time to set the
173
173
# increment of ticks. According to Using RCU’s CPU Stall Detector[1], the
174
- # grace period for RCU CPU stalls is typically set to 21 seconds.
175
- # By dividing this value by two as the expected completion time, we can
176
- # provide a sufficient buffer to reduce the impact of errors and avoid
174
+ # grace period for RCU CPU stalls is typically set to 21 seconds.
175
+ # By dividing this value by two as the expected completion time, we can
176
+ # provide a sufficient buffer to reduce the impact of errors and avoid
177
177
# RCU CPU stall warnings.
178
178
# [1] docs.kernel.org/RCU/stallwarn.html#config-rcu-cpu-stall-timeout
179
179
CFLAGS += -D SEMU_BOOT_TARGET_TIME=10
@@ -213,6 +213,6 @@ distclean: clean
213
213
$(Q )$(RM ) riscv-harts.dtsi
214
214
$(Q )$(RM ) minimal.dtb
215
215
$(Q )$(RM ) Image rootfs.cpio
216
- $(Q )$(RM ) ext4.img
216
+ $(Q )$(RM ) ext4.img
217
217
218
218
-include $(deps )
0 commit comments