From 1ae38064a5cfaa3dfb7cb33d072604a07f203cd8 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 24 Feb 2024 21:46:00 +0000 Subject: gcc program driver: always make the location set via --with-sysroot the initial sysroot. --- gcc/gcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gcc.c b/gcc/gcc.c index 6fd6a66d1..8875c2f21 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -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. */ -- cgit v1.2.3