summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2010-01-17 20:26:49 +0000
committer Couriersud <couriersud@users.noreply.github.com>2010-01-17 20:26:49 +0000
commitecec9ae9b15c3fefb332376577116f5bedf1b770 (patch)
tree490c1f984fd8d1e0b56c8099c8dbd65bb568e9a8 /makefile
parent9f669d0121360b80266eaf56eaea98b9078980dd (diff)
Added checkautodetect target to makefile delivering e.g. on linux 64 bit:
TARGETOS=unix PTR64=1 BIGENDIAN= UNAME=Linux core 2.6.28-17-generic #58-Ubuntu SMP Tue Dec 1 21:27:25 UTC 2009 x86_64 GNU/Linux
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index 4930c6c6de4..07e1026a36c 100644
--- a/makefile
+++ b/makefile
@@ -608,6 +608,11 @@ ifdef MAP
$(RM) $(FULLNAME).map
endif
+checkautodetect:
+ @echo TARGETOS=$(TARGETOS)
+ @echo PTR64=$(PTR64)
+ @echo BIGENDIAN=$(BIGENDIAN)
+ @echo UNAME="$(UNAME)"
#-------------------------------------------------