State --sysroot option as validated once processed
commit8e86086bd33134467cc9c2a75327d1238dc71df9
authorOlivier Hainque <hainque@adacore.com>
Wed, 5 Jan 2022 09:07:33 +0000 (5 09:07 +0000)
committerOlivier Hainque <hainque@adacore.com>
Tue, 11 Jan 2022 08:44:45 +0000 (11 08:44 +0000)
tree729d7f808c97e024ca65f09f2a83da9ca6f950da
parent14cb768ef32ab978a0f5ce2485fa4213c5167fb6
State --sysroot option as validated once processed

Since we now save the option in the "switches" table
to let specs use it more generally, we need to explicitly
state that the option was validated else the driver
will consider it "unrecognized".

2022-01-05  Olivier Hainque  <hainque@adacore.com>

* gcc.c (driver_handle_option): State --sysroot as
validated.
gcc/gcc.c