<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -93,7 +93,7 @@ fi
 # Set CXX
 case $CC in
 	&quot;gcc&quot;|&quot;tcc&quot;)	CXX=&quot;g++&quot; ;;
-	&quot;icc&quot;)			CXX=&quot;icpc&quot;; LD=&quot;xild&quot;   ;;
+	&quot;icc&quot;)			CXX=&quot;icpc&quot;; LD=&quot;xild&quot;; AR=&quot;xiar&quot; ;;
 	*)				die &quot;error setting CXX&quot; ;;
 esac
 
@@ -105,6 +105,10 @@ if [ -n $NLD ]; then
 	LD=$NLD
 fi
 
+if [ -n $NAR ]; then
+	AR=$NAR
+fi
+
 # Set (C|CXX|LD)FLAGS #{{{
 # TODO: maybe it's possible to put that in a function?
 </diff>
      <filename>bashrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>59d2978a90cdeeb23e3a1547787df03f990f7878</id>
    </parent>
  </parents>
  <author>
    <name>Erik Hahn</name>
    <email>erik_hahn@gmx.de</email>
  </author>
  <url>http://github.com/ehahn/paludis-bashrc/commit/95b21e286a8ef1dc499eb525574bb164660e3604</url>
  <id>95b21e286a8ef1dc499eb525574bb164660e3604</id>
  <committed-date>2008-12-27T12:50:06-08:00</committed-date>
  <authored-date>2008-12-27T12:50:06-08:00</authored-date>
  <message>Now set AR as well</message>
  <tree>5372aa43b5ba0b5458eb244739e35d935090d0bd</tree>
  <committer>
    <name>Erik Hahn</name>
    <email>erik_hahn@gmx.de</email>
  </committer>
</commit>
