Searched defs:GCC (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A DMakefile26 GCC = gcc macro
53 $(GCC) $(CFLAGS) $<
56 $(GCC) $(CFLAGS)
64 $(GCC) -shared $(LFLAGS_LIBSA) -o $(LIBSA) $(OBJS) $(LIBS)
67 $(GCC) -c -o test.o -g -D_GNU_SOURCE -D$(ARCH) $(INCLUDES) test.c
70 $(GCC) -o test test.o -L$(ARCH) -lsaproc $(LIBS)
/openjdk7/hotspot/agent/src/os/linux/
H A DMakefile26 GCC = gcc macro
54 $(GCC) $(CFLAGS) $<
57 $(GCC) $(CFLAGS)
73 $(GCC) -shared $(LFLAGS_LIBSA) -o $(LIBSA) $(OBJS) $(LIBS)
76 $(GCC) -c -o test.o -g -D_GNU_SOURCE -D$(ARCH) $(INCLUDES) test.c
79 $(GCC) -o test test.o -L$(ARCH) -lsaproc $(LIBS)

Completed in 41 milliseconds