Allow for multiple defaults in endianness and r16 in GFORTRAN_CONVERT_UNIT.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 15 Jan 2022 10:30:20 +0000 (11:30 +0100)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 17 Jan 2022 06:29:35 +0000 (07:29 +0100)
commit025a707d285832cec91c28811db02b74cd08a59a
tree97d48e2e8ade0141f3def38459173ac4afdc5525
parentb3e77224edbcb06cfd6ef585c11fc2c7d9672a16
Allow for multiple defaults in endianness and r16 in GFORTRAN_CONVERT_UNIT.

With this patch, it is possible to specify multiple defaults inthe
GFORTRAN_CONVERT_UNIT environment variable so that, for example, R16_IEEE
and BIG_ENDIAN can be specified together.

libgfortran/ChangeLog:

* runtime/environ.c: Allow for multiple default values so that
separate default specifications for IBM long double format and
endianness are possible.
libgfortran/runtime/environ.c