Searched hist:9388 (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/libelf/
H A DSConscript9388:b958d9fa867c Mon Jan 07 13:05:00 EST 2013 Andreas Hansson <andreas.hansson@arm.com> scons: Fix libelf linking errors when using clang/llvm

This patch fixes a linking error that occurs when using clang/llvm in
combination with older versions of glibc. The fix involves adding
-std=gnu89 to the command line when compiling libelf as clang defaults
to c99, causing issues with the symbols in sysmacros.h being defined
multiple times.

Completed in 9 milliseconds