summaryrefslogtreecommitdiffstats
path: root/rules/libc.vars
blob: aa99ca9782860a52bd691d031c8a78a4158d2d08 (plain)
1
2
3
4
5
6
CROSS_GCC_SHARED		# build gcc shared

CROSS_GCC_THREADS_SINGLE	# no threads in gcc
CROSS_GCC_THREADS_POSIX		# posix threads in gcc
CROSS_GCC_THREADS_WIN32		# win32 threads in gcc