mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
gcc: remove hurd specific details
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -150,10 +150,6 @@ else
|
||||
GCC_TLS:=--disable-tls
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_KERNEL_HURD),y)
|
||||
EXTRA_GCC1_CONFIG_OPTIONS+=--without-headers
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE),y)
|
||||
GCC_DECIMAL_FLOAT:=--disable-decimal-float
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user