Added optional -pipe option for GNU compiler builds.

This commit is contained in:
Janet B. Anderson
2007-12-11 19:05:39 +00:00
parent 48d82f8701
commit 51b179160b
3 changed files with 12 additions and 4 deletions

View File

@ -45,6 +45,10 @@ OPT_CXXFLAGS_NO = -g
CODE_LDFLAGS = $(PROF_CXXFLAGS_$(PROFILE)) $(GPROF_CXXFLAGS_$(GPROF))
PIPE_CFLAGS_YES_YES = -pipe
PIPE_CFLAGS = $(PIPE_CFLAGS_$(GCC_PIPE)_$(GNU))
PIPE_CXXFLAGS = $(PIPE_CFLAGS)
STATIC_LDFLAGS_YES = -static
STATIC_LDFLAGS_NO =