Subversion Repositories DevTools

Rev

Rev 4949 | Rev 5330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4949 Rev 5115
Line 167... Line 167...
167
ifdef GCC_CFLAGSP
167
ifdef GCC_CFLAGSP
168
gcc_flags	+= $(GCC_CFLAGSP)
168
gcc_flags	+= $(GCC_CFLAGSP)
169
endif
169
endif
170
endif
170
endif
171
 
171
 
172
ifdef USE_STRICT_ANSI				# default NO
172
ifdef USE_STRICT_ANSI			# default NO
173
gcc_flags	+= -ansi
173
gcc_flags	+= -ansi
174
endif
174
endif
175
 
175
 
176
ifdef USE_PROFILE				# default NO
176
ifdef USE_PROFILE				# default NO
177
gcc_flags	+= -pg
177
gcc_flags	+= -pg
Line 183... Line 183...
183
 
183
 
184
ifdef WARNINGS_AS_ERRORS
184
ifdef WARNINGS_AS_ERRORS
185
gcc_flags	+= -Werror
185
gcc_flags	+= -Werror
186
endif
186
endif
187
 
187
 
-
 
188
ifdef GEN_PIC
-
 
189
gcc_flags	+= -fPIC
-
 
190
endif
-
 
191
 
188
SHCFLAGS	+= -fpic
192
SHCFLAGS	+= -fpic
189
SHCXXFLAGS	+= -fpic
193
SHCXXFLAGS	+= -fpic
190
 
194
 
191
	# Standard includes
195
	# Standard includes
192
	#
196
	#