]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Makefile
Makefile: make the CC definition conditional
authorMaxin B. John <maxin.john@intel.com>
Mon, 8 Feb 2016 09:59:29 +0000 (11:59 +0200)
committerJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 8 Feb 2016 15:54:34 +0000 (10:54 -0500)
commit1180ed5000da7894f3d359b063a789f5268e02f6
tree0dd7b5bf23c89869a93d9fec1fb806d8347ad3c6
parent1d13b599607e48446273913ce594931ba53df9fd
Makefile: make the CC definition conditional

By hardcoding CC's definition in the Makefile, all the external gcc
parameters set by tune settings are lost. This causes compile failure
with x32 toolchain

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Makefile