blob: f5c11949525404f43a22e6efb14a59207898ff9d [file] [log] [blame]
Tejun Heo60a53172009-02-09 22:17:40 +09001#!/bin/sh
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01002# SPDX-License-Identifier: GPL-2.0
Tejun Heo60a53172009-02-09 22:17:40 +09003
Masahiro Yamada2a61f472018-05-28 18:22:00 +09004echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -m32 -O0 -fstack-protector - -o - 2> /dev/null | grep -q "%gs"