Subversion Repositories DevTools

Rev

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

Rev 373 Rev 377
Line 71... Line 71...
71
endif
71
endif
72
 
72
 
73
endif	#OPTIONS
73
endif	#OPTIONS
74
 
74
 
75
###############################################################################
75
###############################################################################
-
 
76
#..     C and C++ Compiler warning filter
-
 
77
#
-
 
78
cc_filter_name  := warnings.gcc
-
 
79
cc_filter	:= "$(notdir $(wildcard $(GBE_ROOT)/$(cc_filter_name)))"
-
 
80
 
-
 
81
ifeq ($(strip $(cc_filter)),"$(cc_filter_name)")
-
 
82
    cc_filter      := $(GBE_ROOT)/$(cc_filter_name)
-
 
83
else
-
 
84
    cc_filter  :=
-
 
85
endif
-
 
86
 
-
 
87
ifdef cc_filter
-
 
88
cc_redirect_stderr = 1
-
 
89
cc_error_filter = $(awk) -f $(cc_filter)
-
 
90
endif
-
 
91
 
-
 
92
###############################################################################
76
#..     C Compiler definition
93
#..     C Compiler definition
77
#
94
#
78
 
95
 
79
	# Standard defines
96
	# Standard defines
80
	#
97
	#