Subversion Repositories DevTools

Rev

Rev 7299 | Rev 7307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7299 Rev 7304
Line 143... Line 143...
143
    },
143
    },
144
 
144
 
145
    'x86_64-redhat-linux-4.8.5' => {
145
    'x86_64-redhat-linux-4.8.5' => {
146
        ROOT         => '/usr',
146
        ROOT         => '/usr',
147
        BASE         => 'bin/',
147
        BASE         => 'bin/',
148
        PACKAGE_ARCH => 'el7.x86_64',
148
        PACKAGE_ARCH => 'x86_64',
149
        VERSION      => '4.8.5',
149
        VERSION      => '4.8.5',
150
        MACHINE      => 'x86_64-redhat-linux',
150
        MACHINE      => 'x86_64-redhat-linux',
151
        COMPILER_OPTIONS =>  'pic'               # Always create PIC
151
        COMPILER_OPTIONS =>  'pic'               # Always create PIC
152
        },
152
        },
153
 
153
 
Line 411... Line 411...
411
        $GCCFlags = $GCCToolchain->{CC_OPTS};
411
        $GCCFlags = $GCCToolchain->{CC_OPTS};
412
        $GCCFlagsP = $GCCToolchain->{CC_OPTSP};
412
        $GCCFlagsP = $GCCToolchain->{CC_OPTSP};
413
        $GCCFlagsD = $GCCToolchain->{CC_OPTSD};
413
        $GCCFlagsD = $GCCToolchain->{CC_OPTSD};
414
        $GCCXXFlags = $GCCToolchain->{CXX_OPTS};
414
        $GCCXXFlags = $GCCToolchain->{CXX_OPTS};
415
        $PkgArch = $GCCToolchain->{PACKAGE_ARCH};
415
        $PkgArch = $GCCToolchain->{PACKAGE_ARCH};
-
 
416
        SetGlobalOption('PACKAGE_ARCH', $PkgArch) if defined $PkgArch;
416
    }
417
    }
417
    else
418
    else
418
    {
419
    {
419
        $GCCRoot = '/usr';
420
        $GCCRoot = '/usr';
420
        $GCCBin = 'gcc';
421
        $GCCBin = 'gcc';