diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-01-16 22:31:22 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-01-21 23:09:24 +0100 |
commit | 71bdff9139a469380f1b0a42425fa091dbb16f88 (patch) | |
tree | 97898ca05bb34b6fe64ae6643d18710fc138ab44 /scripts | |
parent | 408b6558e4c4e547d3dc68d5c1e26d0a97a287a9 (diff) | |
download | upstream-71bdff9139a469380f1b0a42425fa091dbb16f88.tar.gz upstream-71bdff9139a469380f1b0a42425fa091dbb16f88.tar.bz2 upstream-71bdff9139a469380f1b0a42425fa091dbb16f88.zip |
ltq-vdsl-mei: Remove static linking
This removes -static compile option. The -static option tells GCC to
link this statically with the libc, which we do not want in OpenWrt. We
want to link everything dynamically to the libc. This fixes a compile
problem with glibc.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions