This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Fix build error for tst-printf-bz18872 on arm/aarch64 and s390


Greetings,

Some targets do not support "#pragma GCC push_options", and disabling
optimization in stdio-common/tst-printf-bz18872.c is only known to be
necessary on x86_64 and ix86.

Attached patch should fix build problems reported here:
https://sourceware.org/ml/libc-alpha/2015-09/msg00484.html
https://sourceware.org/ml/libc-alpha/2015-10/msg00063.html


2015-10-06  Paul Pluzhnikov  <ppluzhnikov@google.com>

        * stdio-common/tst-printf-bz18872.sh: Make disabling
optimization conditional on x86_64 or i386.



-- 
Paul Pluzhnikov

Attachment: glibc-bz18872-build-fix-20151006.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]