mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
coreos-base/update_engine: Use flags compatible with GCC 6
This intentionally does not bump the revision to avoid rebuilding when update_chroot is called. Linking with protobuf will fail until it is rebuilt with the new toolchain as well.
This commit is contained in:
parent
58cddda609
commit
1e55aea6a1
@ -47,8 +47,8 @@ src_configure() {
|
|||||||
# https://code.google.com/p/chromium/issues/detail?id=394508
|
# https://code.google.com/p/chromium/issues/detail?id=394508
|
||||||
# https://code.google.com/p/chromium/issues/detail?id=394241
|
# https://code.google.com/p/chromium/issues/detail?id=394241
|
||||||
if use cros_host; then
|
if use cros_host; then
|
||||||
append-flags -nopie
|
append-flags -no-pie
|
||||||
append-ldflags -nopie
|
append-ldflags -no-pie
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local myeconfargs=(
|
local myeconfargs=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user