From 94cc566ce345748d4cfc38a67eacecc09ab36114 Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Mon, 20 Apr 2026 22:12:52 +0900 Subject: [PATCH] configure: remote `-c` to link test for macOS --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bee8ab193574..8005f8733b93 100755 --- a/configure +++ b/configure @@ -220,7 +220,7 @@ have_function_sections() TMPOBJFILE=$CONFIG_VAR_FILE.$$.o echo "int foo(void); int foo(void) { return 0; }" > $TMPCFILE - $1 $2 -ffunction-sections -Wl,--gc-sections -c $TMPCFILE -o $TMPOBJFILE + $1 $2 -ffunction-sections -Wl,--gc-sections $TMPCFILE -o $TMPOBJFILE } usage()