Subversion Repositories DevTools

Rev

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

Rev 4928 Rev 5115
Line 91... Line 91...
91
       ROOT         => '/usr',
91
       ROOT         => '/usr',
92
       BASE         => 'bin/',
92
       BASE         => 'bin/',
93
       PACKAGE_ARCH => 'amd64',
93
       PACKAGE_ARCH => 'amd64',
94
       VERSION      => '4.8',
94
       VERSION      => '4.8',
95
       MACHINE      => 'x86_64-linux-gnu',
95
       MACHINE      => 'x86_64-linux-gnu',
96
       CC_OPTS      => '-fPIC',                     # Always create PIC
96
       COMPILER_OPTIONS =>  'pic'               # Always create PIC
97
    },
97
    },
98
 
98
 
99
 
99
 
100
 
100
 
101
    #
101
    #
Line 432... Line 432...
432
        #   This will affect the compiler options and the linker options
432
        #   This will affect the compiler options and the linker options
433
        #
433
        #
434
        'staticprogs'        => { 'STATIC_PROGS' , '1' },      # Progams link staticlly
434
        'staticprogs'        => { 'STATIC_PROGS' , '1' },      # Progams link staticlly
435
        'no_staticprogs'     => { 'STATIC_PROGS' , undef },    # Default
435
        'no_staticprogs'     => { 'STATIC_PROGS' , undef },    # Default
436
        'noversiondll'       => { 'NO_VERSIONED_DLLS', 1 },    # Matches usage elsewhere
436
        'noversiondll'       => { 'NO_VERSIONED_DLLS', 1 },    # Matches usage elsewhere
-
 
437
        'pic'                => { 'GEN_PIC' , '1' },           # Force PIC for static libs
-
 
438
        'nopic'              => { 'GEN_PIC' , undef },         # No Pic on Static libs
437
    );
439
    );
438
 
440
 
439
    #
441
    #
440
    #   Set default options
442
    #   Set default options
441
    #
443
    #