Skip to content

Commit

Permalink
Merge pull request #12980 from davidlt/remove-custom-ld-cc7
Browse files Browse the repository at this point in the history
Remove custom dynamic loader from any SLC version, expect SLC6
  • Loading branch information
davidlt committed Jan 18, 2016
2 parents 8b63340 + df8b39d commit 8883c03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FWCore/Framework/bin/BuildFile.xml
@@ -1,4 +1,4 @@
<architecture name="slc[6-9]_amd64">
<architecture name="slc6_amd64">
<flags LDFLAGS="-Wl,-dynamic-linker,$(GLIBC_BASE)/lib64/ld.so"/>
</architecture>
<release name=".*_ASAN_.*">
Expand Down
2 changes: 1 addition & 1 deletion FWCore/ParameterSet/bin/BuildFile.xml
@@ -1,4 +1,4 @@
<architecture name="slc[6-9]_amd64">
<architecture name="slc6_amd64">
<flags LDFLAGS="-Wl,-dynamic-linker,$(GLIBC_BASE)/lib64/ld.so"/>
</architecture>
<release name=".*_ASAN_.*">
Expand Down
2 changes: 1 addition & 1 deletion FWCore/PluginManager/bin/BuildFile.xml
@@ -1,4 +1,4 @@
<architecture name="slc[6-9]_amd64">
<architecture name="slc6_amd64">
<flags LDFLAGS="-Wl,-dynamic-linker,$(GLIBC_BASE)/lib64/ld.so"/>
</architecture>
<release name=".*_ASAN_.*">
Expand Down
2 changes: 1 addition & 1 deletion HLTrigger/Tools/bin/BuildFile.xml
@@ -1,4 +1,4 @@
<architecture name="slc[6-9]_amd64">
<architecture name="slc6_amd64">
<flags LDFLAGS="-Wl,-dynamic-linker,$(GLIBC_BASE)/lib64/ld.so"/>
</architecture>

Expand Down

0 comments on commit 8883c03

Please sign in to comment.