Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 51162 | Differences between
and this patch

Collapse All | Expand All

(-)sources/tprbuilder/src/tprbuilder.c.orig (-1 / +1 lines)
Lines 41-47 Link Here
41
/* global vars */
41
/* global vars */
42
char *tigcc_base = NULL;
42
char *tigcc_base = NULL;
43
int c_file_count, s_file_count, m_file_count, h_file_count, asm_file_count, a_file_count;
43
int c_file_count, s_file_count, m_file_count, h_file_count, asm_file_count, a_file_count;
44
Settings settings = {0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0};
44
Settings settings = {0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0};
45
LibOpts libopts = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,RT_NONE,RT_NONE,RT_KERNEL,RT_KERNEL};
45
LibOpts libopts = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,RT_NONE,RT_NONE,RT_KERNEL,RT_KERNEL};
46
46
47
int clean = 0;
47
int clean = 0;

Return to bug 51162