diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ static const char *target_system_root = 0; /* Nonzero means pass the updated target_system_root to the compiler. */ -static int target_system_root_changed; +static int target_system_root_changed = 1; /* Nonzero means append this string to target_system_root. */ |