OSDN Git Service

kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BE
[tomoyo/tomoyo-test1.git] / scripts / dummy-tools / gcc
index 1db1889..07f6dc4 100755 (executable)
@@ -85,8 +85,7 @@ if arg_contain -S "$@"; then
        fi
 
        # For arch/powerpc/tools/gcc-check-mprofile-kernel.sh
-       if arg_contain -m64 "$@" && arg_contain -mlittle-endian "$@" &&
-               arg_contain -mprofile-kernel "$@"; then
+       if arg_contain -m64 "$@" && arg_contain -mprofile-kernel "$@"; then
                if ! test -t 0 && ! grep -q notrace; then
                        echo "_mcount"
                fi