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

Collapse All | Expand All

(-)a/tools/gcc.py~ (-1 / +2 lines)
Lines 160-166 Link Here
160
        lib_path = [os.path.join(root, 'bin'),
160
        lib_path = [os.path.join(root, 'bin'),
161
                    os.path.join(root, 'lib'),
161
                    os.path.join(root, 'lib'),
162
                    os.path.join(root, 'lib32'),
162
                    os.path.join(root, 'lib32'),
163
                    os.path.join(root, 'lib64')]
163
                    os.path.join(root, 'lib64'),
164
                    os.path.join(root, 'libx32')]
164
        if debug():
165
        if debug():
165
            print 'notice: using gcc libraries ::', condition, '::', lib_path
166
            print 'notice: using gcc libraries ::', condition, '::', lib_path
166
        toolset.flags('gcc.link', 'RUN_PATH', condition, lib_path)
167
        toolset.flags('gcc.link', 'RUN_PATH', condition, lib_path)
(-)a/tools/gcc.jam~ (-1 / +1 lines)
Lines 216-222 Link Here
216
        # right onces. Note that we do not provide a clean way to build a 32-bit
216
        # right onces. Note that we do not provide a clean way to build a 32-bit
217
        # binary using a 64-bit compiler, but user can always pass -m32
217
        # binary using a 64-bit compiler, but user can always pass -m32
218
        # manually.
218
        # manually.
219
        local lib_path = $(root)/bin $(root)/lib $(root)/lib32 $(root)/lib64 ;
219
        local lib_path = $(root)/bin $(root)/lib $(root)/lib32 $(root)/lib64 $(root)/libx32 ;
220
        if $(.debug-configuration)
220
        if $(.debug-configuration)
221
        {
221
        {
222
            ECHO notice: using gcc libraries :: $(condition) :: $(lib_path) ;
222
            ECHO notice: using gcc libraries :: $(condition) :: $(lib_path) ;

Return to bug 576036