Revision 00190bc087e795290502dc51c5d32de85cb2c2b8 authored by Arnd Bergmann on 25 January 2021, 12:23:20 UTC, committed by Alex Deucher on 28 January 2021, 18:40:48 UTC
clang warns about the -mhard-float command line arguments
on architectures that do not support this:

clang: error: argument unused during compilation: '-mhard-float' [-Werror,-Wunused-command-line-argument]

Move this into the gcc-specific arguments.

Fixes: e77165bf7b02 ("drm/amd/display: Add DCN3 blocks to Makefile")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent a119f87
History
File Mode Size
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 230 bytes
hsr_debugfs.c -rw-r--r-- 3.7 KB
hsr_device.c -rw-r--r-- 14.6 KB
hsr_device.h -rw-r--r-- 736 bytes
hsr_forward.c -rw-r--r-- 14.6 KB
hsr_forward.h -rw-r--r-- 1.0 KB
hsr_framereg.c -rw-r--r-- 15.8 KB
hsr_framereg.h -rw-r--r-- 2.4 KB
hsr_main.c -rw-r--r-- 3.7 KB
hsr_main.h -rw-r--r-- 8.5 KB
hsr_netlink.c -rw-r--r-- 12.9 KB
hsr_netlink.h -rw-r--r-- 743 bytes
hsr_slave.c -rw-r--r-- 5.0 KB
hsr_slave.h -rw-r--r-- 982 bytes

back to top