Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278772
Collapse All | Expand All

(-)wrapper-1.5.2.c (-1 / +2 lines)
Lines 45-51 Link Here
45
	char *target;
45
	char *target;
46
} wrapper_aliases[] = {
46
} wrapper_aliases[] = {
47
	{ "cc",  "gcc" },
47
	{ "cc",  "gcc" },
48
	{ "f77", "g77" },
48
	{ "f77", "gfortran" },
49
	{ "f95", "gfortran" },
49
};
50
};
50
51
51
#define wrapper_warn(fmt, ...) fprintf(stderr, "%s" fmt "\n", "gcc-config: ", ## __VA_ARGS__)
52
#define wrapper_warn(fmt, ...) fprintf(stderr, "%s" fmt "\n", "gcc-config: ", ## __VA_ARGS__)

Return to bug 278772