Searched defs:CC (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/
H A DMakefile57 CC="$(CC)" ./probe_ipv6 macro
/illumos-gate/usr/src/lib/libscf/native/
H A DMakefile33 CC = $(NATIVECC) macro
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A DMakefile19 CC= $(GCC_ROOT)/bin/gcc macro
/illumos-gate/usr/src/lib/libuutil/native/
H A DMakefile31 CC = $(NATIVECC) macro
/illumos-gate/usr/src/cmd/geniconvtbl/native/
H A DMakefile35 CC = $(NATIVECC) macro
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/
H A DMakefile35 CC = $(GCC_ROOT)/bin/gcc macro
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A DMakefile24 CC= $(GCC_ROOT)/bin/gcc macro
57 $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/
H A DMakefile24 CC= $(GCC_ROOT)/bin/gcc macro
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A DMakefile18 CC = $(CC_CMD:sh) macro
21 LINK.c = env LD_ALTEXEC=$(PROTO)/usr/bin/amd64/ld $(CC) $(CFLAGS) -o $@ $^
22 COMPILE.c = $(CC) $(CFLAGS) -c -o $@ $^
23 COMPILE.s = $(CC) $(CFLAGS) -c -o $@ $^
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A DMakefile20 CC= $(GCC_ROOT)/bin/gcc macro
37 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
40 $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A DMakefile21 CC= $(GCC_ROOT)/bin/gcc macro
52 $(CC) $(CFLAGS) $(CCASFLAGS) -c -o $@ $<
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A DMakefile30 CC= $(GCC_ROOT)/bin/gcc macro
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A DMakefile20 CC= $(GCC_ROOT)/bin/gcc macro
81 $(CC) $(CFLAGS) $(CCASFLAGS) -c -o $@ $<
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A DMakefile19 CC= $(GCC_ROOT)/bin/gcc macro
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A DMakefile19 CC= $(GCC_ROOT)/bin/gcc macro
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A DMakefile23 CC= $(GCC_ROOT)/bin/gcc macro
125 $(CC) $(CFLAGS) $(CPPFLAGS) -Dalloca=__builtin_alloca -c -o $@ ../libi386/$*.c
128 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ ../libi386/$*.c
131 $(CC) $(CFLAGS) $(CPPFLAGS) \
136 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ ../libi386/$*.c
139 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ ../libi386/$*.c
142 $(CC) $(CFLAGS) $(CCASFLAGS) -c -o $@ $<
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A DMakefile34 CC= $(GCC_ROOT)/bin/gcc macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c81 * Take the real command character out of the CC environment variable
88 char CC, proto; local
90 CC = *__m_getenv("CC");
96 cur_term->_str[i][j] = CC;
505 if (command_character != (char *) 0 && __m_getenv("CC") != (char *) 0)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c97 * Take the real command character out of the CC environment variable
105 char *CC; local
107 CC = getenv("CC");
113 cur_term->_str[i][j] = *CC;
530 if (command_character != NULL && getenv("CC") != NULL)
/illumos-gate/usr/src/tools/cw/
H A Dcw.c322 "cc", "CC",
331 #define CC(ctx) \ macro
1596 switch (CIDX(CC(ctx), ctx->i_flags)) {
1617 dir = default_dir[CC(ctx)];
1618 cmd = cmds[CIDX(CC(ctx), ctx->i_flags)];
1636 switch (CC(ctx)) {
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c142 #define CC(x) (((x) >> 20) & 0x03) macro
1154 if (CC(instr) & 1)
1157 tp->ftt_cc = CC(instr);
1224 tp->ftt_cc = CC(instr);

Completed in 139 milliseconds