Skip to content
Commit 11e1ab15 authored by Tulio Magno Quites Machado Filho's avatar Tulio Magno Quites Machado Filho Committed by Gabriel F. T. Gomes
Browse files

ldbl-128ibm-compat: Compiler flags for stdio functions

No changes since v3.

No changes since v2.

No changes since v1.

-- 8< --
Some of the files that provide stdio.h and wchar.h functions have a
filename prefixed with 'io', such as 'iovsprintf.c'.  On platforms that
imply ldbl-128ibm-compat, these files must be compiled with the flag
-mabi=ibmlongdouble.  This patch adds this flag to their compilation.

Notice that this is not required for the other files that provide
similar functions, because filenames that are not prefixed with 'io'
have ldbl-128ibm-compat counterparts in the Makefile, which already adds
-mabi=ibmlongdouble to them.
parent 9d353bfc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment