Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 832377 | Differences between
and this patch

Collapse All | Expand All

(-)a/eclass/flag-o-matic.eclass (-1 / +9 lines)
Lines 573-578 _test-flag-PROG() { Link Here
573
               c+ld)
573
               c+ld)
574
                       in_ext='c'
574
                       in_ext='c'
575
                       in_src='int main(void) { return 0; }'
575
                       in_src='int main(void) { return 0; }'
576
577
                       if is-flagq -fuse-ld=* ; then
578
                               # Respect linker chosen by user so we don't
579
                               # end up giving false results by checking
580
                               # with default linker. bug #832377
581
                               fuse_ld_value=$(get-flag -fuse-ld=*)
582
                               cmdline_extra+=(${fuse_ld_value})
583
                       fi
584
576
                       cmdline_extra+=(-xc)
585
                       cmdline_extra+=(-xc)
577
                       ;;
586
                       ;;
578
       esac
587
       esac
579
-

Return to bug 832377