mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 22:14:59 +02:00
11 lines
289 B
Diff
11 lines
289 B
Diff
diff --git a/systest.mk b/systest.mk
|
|
index 43df066..4affb36 100644
|
|
--- a/systest.mk
|
|
+++ b/systest.mk
|
|
@@ -1,4 +1,4 @@
|
|
systest: systest.c
|
|
- $(CC) -o systest $(CFLAGS) $(CPPFLAGS) systest.c
|
|
+ $(HOSTCC) -o systest $(HOST_CFLAGS) $(HOST_CPPFLAGS) systest.c
|
|
clean:
|
|
rm -f systest systest.exe
|