Subversion Repositories DevTools

Rev

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

Rev 5885 Rev 6133
Line 131... Line 131...
131
       VERSION      => '4.8',
131
       VERSION      => '4.8',
132
       MACHINE      => 'x86_64-linux-gnu',
132
       MACHINE      => 'x86_64-linux-gnu',
133
       COMPILER_OPTIONS =>  'pic'               # Always create PIC
133
       COMPILER_OPTIONS =>  'pic'               # Always create PIC
134
    },
134
    },
135
 
135
 
-
 
136
    'x86_64-linux-gnu-5.4'    => {
-
 
137
       ROOT         => '/usr',
-
 
138
       BASE         => 'bin/',
-
 
139
       PACKAGE_ARCH => 'amd64',
-
 
140
       VERSION      => '5.4.0',
-
 
141
       MACHINE      => 'x86_64-linux-gnu',
-
 
142
       COMPILER_OPTIONS =>  'pic'               # Always create PIC
-
 
143
    },
-
 
144
 
-
 
145
    'x86_64-redhat-linux-4.8.5' => {
-
 
146
        ROOT         => '/usr',
-
 
147
        BASE         => 'bin/',
-
 
148
        PACKAGE_ARCH => 'el7.x86_64',
-
 
149
        VERSION      => '4.8.5',
-
 
150
        MACHINE      => 'x86_64-redhat-linux',
-
 
151
        COMPILER_OPTIONS =>  'pic'               # Always create PIC
-
 
152
        },
-
 
153
 
136
    #
154
    #
137
    #   Old (not to be used) version of the embedded toolchain
155
    #   Old (not to be used) version of the embedded toolchain
138
    #   This was deprecated in favor of gcc-4.1.1-glibc-2.5
156
    #   This was deprecated in favor of gcc-4.1.1-glibc-2.5
139
    #   It is not possible to reproduce old packages using the old compiler
157
    #   It is not possible to reproduce old packages using the old compiler
140
    #   This is a known issue
158
    #   This is a known issue