X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=mk%2Fconfig.mk.in;h=be8b57bcb701f74dd068168cc8f3e7c2d7e8e743;hb=191292aaa7f56f32fc546478f43aa89ac67c95a3;hp=10911e6934c3e740a87dae97d95d20f8d942d52c;hpb=b3199f6977fdaed6f3f898aee14bd0af61140cf5;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 10911e6..be8b57b 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -659,6 +659,10 @@ LD_X = @LdXFlag@ # overflowing command-line length limits. LdIsGNULd = @LdIsGNULd@ +# Set to YES if ld has the --build-id flag. Sometimes we need to +# disable it with --build-id=none. +LdHasBuildId = @LdHasBuildId@ + # On MSYS, building with SplitObjs=YES fails with # ar: Bad file number # see #3201. We need to specify a smaller max command-line size