[Bug 274238] Mk/Uses/ada.mk: Setting CC to gnatmake is wrong, use gcc instead
Date: Thu, 19 Oct 2023 07:09:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274238 --- Comment #8 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b5f129463d4d119478e0ff5ca613b7d29edfe53 commit 5b5f129463d4d119478e0ff5ca613b7d29edfe53 Author: Nico Sonack <nsonack@herrhotzenplotz.de> AuthorDate: 2023-10-01 17:01:26 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-19 07:07:28 +0000 Mk/Uses/ada.mk: Don't set CC to gnatmake but to gcc Setting CC to gnatmake breaks compiling simple C objects. Instead set it to the correct compiler frontend and set GNATMAKE to gnatmake. Signed-off-by: Nico Sonack <nsonack@herrhotzenplotz.de> PR: 274238 Mk/Uses/ada.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.