View | Details | Raw Unified | Return to bug 117287
Collapse All | Expand All

(-)gcc/config/freebsd-spec.h (-1 / +1 lines)
Lines 55-61 Link Here
55
	  builtin_define ("__FreeBSD__=9");			       	\
55
	  builtin_define ("__FreeBSD__=9");			       	\
56
	else if (FBSD_MAJOR == 8)					\
56
	else if (FBSD_MAJOR == 8)					\
57
	  builtin_define ("__FreeBSD__=8");			       	\
57
	  builtin_define ("__FreeBSD__=8");			       	\
58
	if (FBSD_MAJOR == 7)						\
58
	else if (FBSD_MAJOR == 7)					\
59
	  builtin_define ("__FreeBSD__=7");			       	\
59
	  builtin_define ("__FreeBSD__=7");			       	\
60
	else if (FBSD_MAJOR == 6)					\
60
	else if (FBSD_MAJOR == 6)					\
61
	  builtin_define ("__FreeBSD__=6");			       	\
61
	  builtin_define ("__FreeBSD__=6");			       	\

Return to bug 117287