]> git.mdlowis.com Git - archive/build-system.git/commitdiff
Removed AR definition for clang
authorMichael D. Lowis <mike@mdlowis.com>
Sat, 25 Oct 2014 23:56:51 +0000 (19:56 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Sat, 25 Oct 2014 23:56:51 +0000 (19:56 -0400)
toolsets/clang.rb

index cc835756753d1c6084842c72484f0c8c588c5296..f5d51905a5a9cc36cdc3dbcfb6ef35eaef60a106 100755 (executable)
@@ -1,7 +1,6 @@
 module Toolsets
   def self.clang(env, options = {})
     env.set_toolset(:gcc, options)
-    env['AR']  = 'llvm-ar'
     env['AS']  = 'clang'
     env['CC']  = 'clang'
     env['CXX'] = 'clang'