]> git.proxmox.com Git - efi-boot-shim.git/commit
Specify the gnu89 standard
authorGary Ching-Pang Lin <glin@suse.com>
Mon, 13 Jul 2015 08:33:52 +0000 (16:33 +0800)
committerPeter Jones <pjones@redhat.com>
Tue, 28 Jul 2015 15:46:38 +0000 (11:46 -0400)
commit16f8f0087a63789d2c9ad92a02b9c10c081a3654
tree68dde35ed523b802d00bcb48ed5721b631c9ddeb
parenta7f4b26cc35204165bd04e75c34e8e7aa2a87ecc
Specify the gnu89 standard

According to the gcc5 porting guideline (*), gcc5 defaults to
-std=gnu11 instead of -std=gnu89. Append -std=gnu89 to CFLAGS
to avoid the potential problems.

(*) https://gcc.gnu.org/gcc-5/porting_to.html

Based on the patch from Cristian Rodriguez <crrodriguez@opensuse.org>

Signed-off-by: Gary Ching-Pang Lin <glin@suse.com>
Cryptlib/Makefile
Cryptlib/OpenSSL/Makefile
Makefile