Skip to content
Commit 5d73c96f 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



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.

Reviewed-by: default avatarGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
parent 1ef9b6e0
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