summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/kprobes.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2013-09-11 07:29:33 (GMT)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2013-10-24 15:16:44 (GMT)
commitfaf499dfccfd88d842164078917e7b6aae9a3cdb (patch)
tree798a01491588f36d1cd16452f6a5f2f7309a9555 /arch/s390/kernel/kprobes.c
parente344e52c7c6d6ab277daa83211972f801af2f9af (diff)
downloadlinux-fsl-qoriq-faf499dfccfd88d842164078917e7b6aae9a3cdb.tar.xz
s390: always set -march compiler option
Currently we only set the -march compiler option if the kbuild system figured out that the compiler actually supports the selected architecture (cc-option test). In result this means that no -march compiler option is set when an unsupported cpu architecture of the current compiler is selected. The kernel compile will afterwards succeed but with the default architecture instead of the (unsupported) selected one. Change this behaviour, so compiles will fail if the compiler does not support the selected cpu architecture. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/kprobes.c')
0 files changed, 0 insertions, 0 deletions