summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-04-11 21:07:24 -0700
committerGuy Harris <guy@alum.mit.edu>2015-04-12 04:07:53 +0000
commit5f933e85604cc9981954cb821736e0d68d0c4c12 (patch)
treeec19b3ac753063d012d8b4d9e825edac14ff147c /services
parent6c34e9a8443fe8640016c84657ebb60806d9dffc (diff)
downloadwireshark-5f933e85604cc9981954cb821736e0d68d0c4c12.tar.gz
Only add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_BUILD are the same.
Otherwise, just because a flag is appropriate for $CC, that doesn't necessarily mean it's appropriate for $CFLAGS_FOR_BUILD. (We don't use CFLAGS_FOR_BUILD for many things, so it's probably not worth making a lot of effort to throw all the warning flags into it if we're cross-compiling; we *do* throw them in for native compilation, which is what most developers use and test with, so that should be sufficient to let the warnings catch problems with the build tools we're building.) Change-Id: Iad9d611b4687e9e154f9871f741f3c8f3b307c88 Reviewed-on: https://code.wireshark.org/review/8026 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'services')
0 files changed, 0 insertions, 0 deletions