From 12c875fdbe4222ead72142f075be00d1f4cd3291 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 11 Feb 2009 12:17:29 +0100 Subject: [PATCH] --- yaml --- r: 136762 b: refs/heads/master c: ebd9026d9f8499abc60d82d949bd37f88fe34a41 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/gcc-x86_32-has-stack-protector.sh | 2 +- trunk/scripts/gcc-x86_64-has-stack-protector.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5a29e9e4b916..45577658b8e4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5c79d2a517a9905599d192db8ce77ab5f1a2faca +refs/heads/master: ebd9026d9f8499abc60d82d949bd37f88fe34a41 diff --git a/trunk/scripts/gcc-x86_32-has-stack-protector.sh b/trunk/scripts/gcc-x86_32-has-stack-protector.sh index 4fdf6ce1b062..29493dc4528d 100644 --- a/trunk/scripts/gcc-x86_32-has-stack-protector.sh +++ b/trunk/scripts/gcc-x86_32-has-stack-protector.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo "int foo(void) { char X[200]; return 3; }" | $1 -S -xc -c -O0 -fstack-protector - -o - 2> /dev/null | grep -q "%gs" +echo "int foo(void) { char X[200]; return 3; }" | $* -S -xc -c -O0 -fstack-protector - -o - 2> /dev/null | grep -q "%gs" if [ "$?" -eq "0" ] ; then echo y else diff --git a/trunk/scripts/gcc-x86_64-has-stack-protector.sh b/trunk/scripts/gcc-x86_64-has-stack-protector.sh index 2d69fcdc5609..afaec618b395 100644 --- a/trunk/scripts/gcc-x86_64-has-stack-protector.sh +++ b/trunk/scripts/gcc-x86_64-has-stack-protector.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo "int foo(void) { char X[200]; return 3; }" | $1 -S -xc -c -O0 -mcmodel=kernel -fstack-protector - -o - 2> /dev/null | grep -q "%gs" +echo "int foo(void) { char X[200]; return 3; }" | $* -S -xc -c -O0 -mcmodel=kernel -fstack-protector - -o - 2> /dev/null | grep -q "%gs" if [ "$?" -eq "0" ] ; then echo y else