Skip to content

Commit

Permalink
package/linux-tools: filter debugging symbols for hyperv
Browse files Browse the repository at this point in the history
Workaround for:

ld: hv_vss_daemon.o: unable to initialize decompress status for section .debug_info
ld: hv_vss_daemon.o: unable to initialize decompress status for section .debug_info
hv_vss_daemon.o: file not recognized: File format not recognized

Signed-off-by: Pascal de Bruijn <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
unilogicbv authored and jacmet committed Feb 26, 2020
1 parent acbae76 commit 15d065c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/linux-tools/linux-tool-hv.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ HV_hv_kvp_daemon = hypervkvpd
HV_hv_fcopy_daemon = hypervfcopyd
HV_hv_vss_daemon = hypervvssd

HV_MAKE_OPTS = CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)"
HV_MAKE_OPTS = CC="$(TARGET_CC)" CFLAGS="$(filter-out -g%,$(TARGET_CFLAGS))"

define HV_BUILD_CMDS
$(Q)for prog in $(HV_PROGS_y); do \
Expand Down

0 comments on commit 15d065c

Please sign in to comment.