xref: /386bsd/usr/X386/lib/X11/config/hostcc.def (revision a2142627)
1XCOMM $XFree86: mit/config/hostcc.def,v 1.1 1993/03/23 12:56:41 dawes Exp $
2
3/* Host C compiler definitions.  Used in cross-compile environments in
4 * case we want to compile a program that should run on the host itself.
5 */
6#ifdef CrossCompiling
7               CC = cc
8           CFLAGS = $(ALLINCLUDES) $(DEFINES)
9               AR = ar clq
10           RANLIB = ranlib
11               LD = cc
12        LDOPTIONS =
13#endif /* CrossCompiling */
14