Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/scripts/trylink

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 99  else Line 99  else
99  fi  fi
100  )`  )`
101    
102    # The --gc-sections option is not supported by older versions of ld
103    if test -n "$GC_SECTIONS"; then
104        GC_SECTIONS=`check_cc "$GC_SECTIONS" ""`
105    fi
106    
107  # Sanitize lib list (dups, extra spaces etc)  # Sanitize lib list (dups, extra spaces etc)
108  LDLIBS=`echo "$LDLIBS" | xargs -n1 | sort | uniq | xargs`  LDLIBS=`echo "$LDLIBS" | xargs -n1 | sort | uniq | xargs`
109    

Legend:
Removed from v.983  
changed lines
  Added in v.984