Searched defs:gcc_OPT (Results 1 - 8 of 8) sorted by relevance

/solaris-userland/components/gnome/gtk-engines/
H A DMakefile46 gcc_OPT.i386.32 = -O2
/solaris-userland/components/gnome/nautilus/
H A DMakefile50 gcc_OPT.i386.32 = -O2
/solaris-userland/components/desktop/libical/
H A DMakefile48 gcc_OPT= macro
/solaris-userland/components/libgcrypt/
H A DMakefile34 gcc_OPT.i386.64 = -O2
/solaris-userland/components/desktop/webkitgtk4/
H A DMakefile47 gcc_OPT= macro
/solaris-userland/components/gnome/gtk3/
H A DMakefile63 gcc_OPT.i386.32 = -O2
/solaris-userland/components/cmake/
H A DMakefile57 gcc_OPT = -O2 macro
/solaris-userland/make-rules/
H A Dshared-macros.mk896 gcc_OPT.sparc.32 ?= -O3
897 gcc_OPT.sparc.64 ?= -O3
898 gcc_OPT.i386.32 ?= -O3
899 gcc_OPT.i386.64 ?= -O3
900 gcc_OPT ?= $(gcc_OPT.$(MACH).$(BITS)) \ macro
918 CFLAGS.gcc += $(gcc_OPT)
926 CXXFLAGS.gcc += $(gcc_OPT)

Completed in 3913 milliseconds