aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 76c0cb3..dfff112 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2513,8 +2513,8 @@ msp430*-*-*)
tmake_file="${tmake_file} msp430/t-msp430"
extra_gcc_objs="driver-msp430.o"
# Enable .init_array unless it has been explicitly disabled.
- # The MSP430 EABI mandates the use of .init_array, and the Newlib CRT code
- # since mid-2019 expects it.
+ # The MSP430 EABI mandates the use of .init_array, and the Newlib CRT
+ # code since mid-2019 expects it.
if test x${disable_initfini_array} != xyes; then
gcc_cv_initfini_array=yes
fi