]> git.ipfire.org Git - thirdparty/u-boot.git/commit
microblaze: Overwrite default GCC-5.x behavior
authorMichal Simek <michal.simek@xilinx.com>
Wed, 20 Jan 2016 07:34:53 +0000 (08:34 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 27 Jan 2016 10:50:41 +0000 (11:50 +0100)
commit2cf38db35bc4644717d151d42f636dc5a93f294b
treee05a087e564c3e0888fe3ac5c090eee825f85dd7
parent8348a99d9a9ffa057b17a314819641ad91cbc0db
microblaze: Overwrite default GCC-5.x behavior

From GCC-5.x version the default mode for C is -std=gnu11
instead of -std=gnu89 but the is still the code in u-boot which doesn't
full fill gnu11 standard. Enable gnu89 inlining.

https://gcc.gnu.org/gcc-5/porting_to.html (go through the
“C languages issues” section).

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/config.mk