cxxproject_gcctoolchain 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,7 +39,9 @@ cxx_plugin do |cxx,bbs,log|
39
39
  :EXE_FLAG => "-o",
40
40
  :LIB_FLAG => "-l",
41
41
  :LIB_PATH_FLAG => "-L",
42
- :ERROR_PARSER => Cxxproject::GCCLinkerErrorParser.new
42
+ :ERROR_PARSER => Cxxproject::GCCLinkerErrorParser.new,
43
+ :START_OF_WHOLE_ARCHIVE => '-Wl,--whole-archive',
44
+ :END_OF_WHOLE_ARCHIVE => '-Wl,--no-whole-archive'
43
45
  },
44
46
  :ARCHIVER =>
45
47
  {
@@ -1,3 +1,3 @@
1
1
  module CxxprojectGccToolchain
2
- VERSION = "0.1.9"
2
+ VERSION = '0.1.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cxxproject_gcctoolchain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-20 00:00:00.000000000 Z
12
+ date: 2012-09-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cxxproject