From 984ae949182fb5da57944936c917fa429188b3e2 Mon Sep 17 00:00:00 2001 From: "Kirill K. Smirnov" Date: Sat, 1 Jul 2017 15:16:28 +0300 Subject: scripts/nios2: do not override precomputed flags Signed-off-by: Kirill K. Smirnov diff --git a/scripts/build/arch/nios2.sh b/scripts/build/arch/nios2.sh index 24c556b..afd73ec 100644 --- a/scripts/build/arch/nios2.sh +++ b/scripts/build/arch/nios2.sh @@ -1,12 +1,6 @@ # Compute NIOS2-specific values CT_DoArchTupleValues() { - # gcc ./configure flags - CT_ARCH_WITH_ARCH= - CT_ARCH_WITH_ABI= - CT_ARCH_WITH_CPU= - CT_ARCH_WITH_TUNE= - CT_ARCH_WITH_FPU= - CT_ARCH_WITH_FLOAT= - CT_TARGET_SYS=elf + # Do nothing here. Default values are sane. + :; } -- cgit v0.10.2-6-g49f6