diff options
author | midipix <writeonce@midipix.org> | 2024-02-24 21:46:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-05-16 22:52:05 +0000 |
commit | 0cc9a77013560cb009c38b5e7192823c2f1adcbb (patch) | |
tree | 96b96bb9931189dd44cfe0b130f4722684d75971 /gcc | |
parent | 47a39891b8688d7eaacdb7573a978207572ad9fb (diff) | |
download | cbb-gcc-4.6.4-0cc9a77013560cb009c38b5e7192823c2f1adcbb.tar.bz2 cbb-gcc-4.6.4-0cc9a77013560cb009c38b5e7192823c2f1adcbb.tar.xz |
gcc program driver: always make the location set via --with-sysroot the initial sysroot.
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. */ |