mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- just use the strip binary to avoid confusing libtool (quotes)
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
This commit is contained in:
@@ -48,7 +48,7 @@ $(IPERF_DIR)/.configured: $(IPERF_DIR)/.unpacked
|
||||
|
||||
$(IPERF_DIR)/src/iperf: $(IPERF_DIR)/.configured
|
||||
$(MAKE) CC=$(TARGET_CC) -C $(IPERF_DIR)
|
||||
-$(STRIP) $(STRIP_STRIP_UNNEEDED) $(IPERF_DIR)/src/iperf
|
||||
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(IPERF_DIR)/src/iperf
|
||||
|
||||
$(TARGET_DIR)/usr/bin/iperf: $(IPERF_DIR)/src/iperf
|
||||
cp $(IPERF_DIR)/src/iperf $(TARGET_DIR)/usr/bin/iperf
|
||||
|
||||
Reference in New Issue
Block a user