Revision cbc8d595 configure

b/configure
4104 4104
fi
4105 4105

  
4106 4106
# generate list of library paths for linker script
4107

  
4108 4107
$ld --verbose -v 2> /dev/null | grep SEARCH_DIR > ${config_host_ld}
4109 4108

  
4110
if test -f ${config_host_ld}~ ; then
4111
  if cmp -s $config_host_ld ${config_host_ld}~ ; then
4112
    mv ${config_host_ld}~ $config_host_ld
4113
  else
4114
    rm ${config_host_ld}~
4115
  fi
4116
fi
4117

  
4118 4109
# use included Linux headers
4119 4110
if test "$linux" = "yes" ; then
4120 4111
  mkdir -p linux-headers

Also available in: Unified diff