firasuke / cross / slibtool

Forked from cross/slibtool 6 months ago
Clone

e43b24 build system: added .display-host.

Authored and Committed by midipix 9 years ago
1 file changed. 3 lines added. 0 lines removed.
    build system: added .display-host.
    
        
file modified
+3 -0
Makefile.in CHANGED
@@ -299,6 +299,9 @@ clean:
299
299
@echo USER_CXX:' '$(USER_CXX)
300
300
@echo
301
301
302
+ .display-host:
303
+ @$(CC) $(CFLAGS) -dumpmachine
304
+
302
305
303
306
.PHONY: all install shared static app .display \
304
307
shared-objs shared-lib shared-implib \