Rename SUBTARGET_CC1_SPEC to OS_CC1_SPEC
commit3e4b8dc477c12f303171ec7f0394c97494095545
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 9 Dec 2022 06:55:52 +0000 (9 07:55 +0100)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 9 Dec 2022 07:00:20 +0000 (9 08:00 +0100)
tree01a94045bb2e3ac34f61f3bc2075a9afa98dfce0
parent63a42ffc0833553fbcb84b50cf0fd2d867b8a92f
Rename SUBTARGET_CC1_SPEC to OS_CC1_SPEC

This change resolves a naming conflict introduced by the recently added
SUBTARGET_CC1_SPEC to gcc.cc.  Some targets (mips and loongarch) aready used
a SUBTARGET_CC1_SPEC define.  Rename the define used by gcc.cc to OS_CC1_SPEC.

gcc/ChangeLog:

* config/rtems.h (SUBTARGET_CC1_SPEC): Rename to...
(OS_CC1_SPEC): ...this.
* gcc.cc (SUBTARGET_CC1_SPEC): Rename to...
(OS_CC1_SPEC): ...this.
gcc/config/rtems.h
gcc/gcc.cc