commit | 835816ae9eb9de2ae7b75e2318d5eba596f1275c | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Fri Apr 26 01:28:11 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 26 01:28:11 2013 +0000 |
tree | 1c52ed3137acdd0d918f13fc19bf14c259e50cb9 | |
parent | f7e5c424080c75e003115aa248c90468c0b9b00a [diff] | |
parent | 316f720b91f879c4e3972d6d595535de0ac707b2 [diff] |
Merge "arm: upgrade to _FORTIFY_SOURCE=2"
diff --git a/core/combo/TARGET_linux-arm.mk b/core/combo/TARGET_linux-arm.mk index ca14651..deceea3 100644 --- a/core/combo/TARGET_linux-arm.mk +++ b/core/combo/TARGET_linux-arm.mk
@@ -105,7 +105,7 @@ -fstack-protector \ -Wa,--noexecstack \ -Werror=format-security \ - -D_FORTIFY_SOURCE=1 \ + -D_FORTIFY_SOURCE=2 \ -fno-short-enums \ $(arch_variant_cflags)