Subversion Repositories DevTools

Rev

Rev 4773 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4773 Rev 6702
Line 1205... Line 1205...
1205
    #
1205
    #
1206
    Message ("Copy in the ldconfig utility");
1206
    Message ("Copy in the ldconfig utility");
1207
#    ::CopyFile ( "${CROSSEXE}/sbin/ldconfig", "/sbin" );
1207
#    ::CopyFile ( "${CROSSEXE}/sbin/ldconfig", "/sbin" );
1208
    ::CopyFile ( "${CROSSEXE}/sbin/ldconfig",          "/sbin" ) if (${CROSSEXE} =~ m~gcc-4\.1\.1-glibc-2\.5~);
1208
    ::CopyFile ( "${CROSSEXE}/sbin/ldconfig",          "/sbin" ) if (${CROSSEXE} =~ m~gcc-4\.1\.1-glibc-2\.5~);
1209
    ::CopyFile ( "${CROSSEXE}/sys-root/sbin/ldconfig", "/sbin" ) if (${CROSSEXE} =~ m~gcc-4\.4\.3-glibc-2\.9~);
1209
    ::CopyFile ( "${CROSSEXE}/sys-root/sbin/ldconfig", "/sbin" ) if (${CROSSEXE} =~ m~gcc-4\.4\.3-glibc-2\.9~);
-
 
1210
    # This is used for COBRA2 and VIPER2
-
 
1211
    ::CopyFile ( "${CROSSEXE}/sysroot/sbin/ldconfig", "/sbin" ) if (${CROSSEXE} =~ m~gcc-5\.2\.0-glibc-2\.17~);
1210
}
1212
}
1211
 
1213
 
1212
#-------------------------------------------------------------------------------
1214
#-------------------------------------------------------------------------------
1213
# Function        : grub
1215
# Function        : grub
1214
#
1216
#