source: patches/depmod-pl-lfh-cross-compile.patch@ 9b5d6cdc

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 9b5d6cdc was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 315 bytes
  • depmod.pl

    old new  
    8282    warn "MODULE = $tgtname\n" if $verbose;
    8383
    8484    # get a list of symbols
    85         @output=`nm $obj`;
     85        @output=`$ENV{CROSS_COMPILE}nm $obj`;
    8686        $ksymtab=grep m/ __ksymtab/, @output;
    8787
    8888    # gather the exported symbols
Note: See TracBrowser for help on using the repository browser.