source:
scripts/patches/depmod-pl-lfh-cross-compile.patch@
052abde
      
      | Last change on this file since 052abde was 7f65c0e, checked in by , 20 years ago | |
|---|---|
| 
 | |
| File size: 315 bytes | |
- 
      depmod.plold new 82 82 warn "MODULE = $tgtname\n" if $verbose; 83 83 84 84 # get a list of symbols 85 @output=` nm $obj`;85 @output=`$ENV{CROSS_COMPILE}nm $obj`; 86 86 $ksymtab=grep m/ __ksymtab/, @output; 87 87 88 88 # gather the exported symbols 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
