Magellan Linux

Diff of /branches/magellan-next/core/binutils/binutils-2.22-r1.smage2

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

revision 9750 by niro, Tue Jan 10 15:39:33 2012 UTC revision 9751 by niro, Tue Jan 10 15:45:17 2012 UTC
# Line 15  GOLD_ENABLED=1 Line 15  GOLD_ENABLED=1
15  if [[ ${GOLD_ENABLED} = 1 ]]  if [[ ${GOLD_ENABLED} = 1 ]]
16  then  then
17   # ld.gold needs libstdc++ and libgcc   # ld.gold needs libstdc++ and libgcc
18   DEPEND=">= sys-lib/libgcc-4.6   DEPEND=">= sys-libs/libgcc-4.6
19   >= sys-lib/libstdc++-4.6"   >= sys-libs/libstdc++-4.6"
20  else  else
21   DEPEND=""   DEPEND=""
22  fi  fi

Legend:
Removed from v.9750  
changed lines
  Added in v.9751