summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-08-26 20:28:26 -0700
committerJames Zern <jzern@google.com>2015-08-26 20:28:26 -0700
commit43a34557f15219295287544dd14ed9cdfb0e4726 (patch)
treecf3f9858e73d331a3a5e9f78dbc8d0cffd4a337b /build
parent205532f3a76752bec3a8b4d229c5fbf569b29922 (diff)
downloadlibvpx-43a34557f15219295287544dd14ed9cdfb0e4726.tar.gz
configure: append --extra-cflags to final set
previously any flags added while setting up the toolchain would override the user selections; environment variables could be treated similarly Change-Id: Ibfcc644137d8e579af554d19a38d4020019a7a34
Diffstat (limited to 'build')
-rw-r--r--build/make/configure.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 688fa12c5..907b47318 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1323,12 +1323,6 @@ EOF
add_cflags -D_LARGEFILE_SOURCE
add_cflags -D_FILE_OFFSET_BITS=64
fi
-
- # append any user defined extra cflags
- if [ -n "${extra_cflags}" ] ; then
- check_add_cflags ${extra_cflags} || \
- die "Requested extra CFLAGS '${extra_cflags}' not supported by compiler"
- fi
}
process_toolchain() {