source: scripts/patches/depmod-pl-lfh-cross-compile.patch @ d7f7ff5

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since d7f7ff5 was 7f65c0e, checked in by Jim Gifford <clfs@…>, 18 years ago

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • 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.