Skip to content

Commit

Permalink
Fix LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Oct 14, 2019
1 parent ab2fb20 commit 65452f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion recipe/build.sh
Expand Up @@ -13,7 +13,6 @@ find . -name "*activate*.sh" -exec sed -i.bak "s|@DEBUG_CFLAGS@|${FINAL_DEBUG_CF
find . -name "*activate*.sh" -exec sed -i.bak "s|@CXXFLAGS@|${FINAL_CXXFLAGS}|g" "{}" \;
find . -name "*activate*.sh" -exec sed -i.bak "s|@DEBUG_CXXFLAGS@|${FINAL_DEBUG_CXXFLAGS}|g" "{}" \;
find . -name "*activate*.sh" -exec sed -i.bak "s|@FFLAGS@|${FINAL_FFLAGS}|g" "{}" \;
find . -name "*activate*.sh" -exec sed -i.bak "s|@LDFLAGS@|${LDFLAGS}|g" "{}" \;
find . -name "*activate*.sh" -exec sed -i.bak "s|@DEBUG_FFLAGS@|${FINAL_DEBUG_FFLAGS}|g" "{}" \;
find . -name "*activate*.sh" -exec sed -i.bak "s|@LDFLAGS@|${FINAL_LDFLAGS}|g" "{}" \;
find . -name "*activate*.sh" -exec sed -i.bak "s|@_CONDA_PYTHON_SYSCONFIGDATA_NAME@|${FINAL_CONDA_PYTHON_SYSCONFIGDATA_NAME}|g" "{}" \;
Expand Down
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Expand Up @@ -6,7 +6,7 @@ ctng_binutils:
- 2.31.1 # [linux64 or linux32 or ppc64le]
- 2.29.1 # [aarch64]
ctng_gcc_activation_build_num:
- 11
- 12
ctng_target_platform:
- linux-64 # [linux64]
- linux-32 # [linux32]
Expand Down

0 comments on commit 65452f7

Please sign in to comment.