git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Kernel - Working on SYS_COPYFD
[tpg/acess2.git]
/
Tools
/
GCCProxy
/
getconfig.mk
1
include $(dir $(lastword $(MAKEFILE_LIST)))../../Usermode/$(TYPE)/Makefile.cfg
2
3
.PHONY: shellvars
4
5
shellvars:
6
@echo '_CC="$(CC)"'
7
@echo '_LD="$(LD)"'
8
@echo 'LDFLAGS="$(LDFLAGS)"'
9
@echo 'CFLAGS="$(CFLAGS)"'
10
@echo 'LIBGCC_PATH="$(LIBGCC_PATH)"'
UCC
git Repository :: git.ucc.asn.au