]> git.ipfire.org Git - thirdparty/systemd.git/commit
build-sys: Look for gcc-* binutils wrappers only if we're using GCC 1102/head
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Tue, 1 Sep 2015 11:14:23 +0000 (13:14 +0200)
committerJan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Tue, 1 Sep 2015 11:27:42 +0000 (13:27 +0200)
commit0e3b0a95cc57cf8c51b20b5b94af7e51c5e424f3
treed2fc6795c02d12226e40dc9543ff1109bafa4fc7
parent3f010fe095a8070299d35f0f9d386672e0cb2af0
build-sys: Look for gcc-* binutils wrappers only if we're using GCC

If we don't look for them, LT_INIT will and default to the unprefixed
tools.

Apparently clang doesn't like the wrappers being used. Should fix #1077.
configure.ac
m4/ax_compiler_vendor.m4 [new file with mode: 0644]