78e20efea7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11700 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
335 B
Diff
12 lines
335 B
Diff
--- a/rng/Makefile
|
|
+++ b/rng/Makefile
|
|
@@ -25,7 +25,7 @@
|
|
$(CC) -c $(FLAGS) -o rng-api-fst.o rng-api-fst.c
|
|
|
|
make_32bit_tables: make_32bit_tables.c
|
|
- $(CC) -o make_32bit_tables make_32bit_tables.c
|
|
+ $(HOSTCC) -o make_32bit_tables make_32bit_tables.c
|
|
|
|
rng-32bit-tables.h: make_32bit_tables
|
|
./make_32bit_tables > rng-32bit-tables.h
|