Merge "don't set INLINE to 'always_inline'"

This commit is contained in:
James Zern
2014-12-12 14:28:20 -08:00
committed by Gerrit Code Review

View File

@@ -1271,9 +1271,6 @@ EOF
# Try to find which inline keywords are supported # Try to find which inline keywords are supported
check_cc <<EOF && INLINE="inline" check_cc <<EOF && INLINE="inline"
static inline function() {} static inline function() {}
EOF
check_cc <<EOF && INLINE="__inline__ __attribute__((always_inline))"
static __attribute__((always_inline)) function() {}
EOF EOF
# Almost every platform uses pthreads. # Almost every platform uses pthreads.