Skip to content

Commit 04e3f31

Browse files
vapierchrome-bot
authored andcommitted
stop statically linking crossystem
Now that initramfs, firmware updater, and auto-updater are all using dynamically linked programs, there's no need to produce a static build of crossystem anymore. BUG=chromium:765499 TEST=precq passes (includes vmtests w/AU) BRANCH=None Change-Id: I5aa123e662040ff5d9f2328c0f036b648fc629fb Reviewed-on: https://chromium-review.googlesource.com/667881 Commit-Ready: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Don Garrett <dgarrett@chromium.org>
1 parent 29f51dc commit 04e3f31

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -594,11 +594,10 @@ UTIL_SCRIPTS += \
594594
endif
595595

596596
# These utilities should also provide static linked version (*_s).
597-
UTIL_NAMES_STATIC = \
598-
utility/crossystem
597+
UTIL_NAMES_STATIC =
599598

600599
UTIL_NAMES = \
601-
${UTIL_NAMES_STATIC} \
600+
utility/crossystem \
602601
utility/dumpRSAPublicKey \
603602
utility/tpmc
604603

0 commit comments

Comments
 (0)