Commit: patch 9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib)

4 views
Skip to first unread message

Christian Brabandt

unread,
Oct 17, 2024, 3:00:19 PM10/17/24
to vim...@googlegroups.com
patch 9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib)

Commit: https://github.com/vim/vim/commit/8fc2a097e241d29f883a5a20e8fc998eb37e6580
Author: Ola Söder <rolfk...@gmail.com>
Date: Thu Oct 17 20:49:36 2024 +0200

patch 9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib)

Problem: Amiga: AmigaOS4 build should use default runtime (newlib)
Solution: Remove clib2 from compiler / linker flags (Ola Söder)

closes: #15890

Signed-off-by: Ola Söder <rolfk...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/Make_ami.mak b/src/Make_ami.mak
index 09cdd3c17..42270f36b 100644
--- a/src/Make_ami.mak
+++ b/src/Make_ami.mak
@@ -53,8 +53,8 @@ endif

# OS specific compiler flags
ifeq ($(UNM),AmigaOS)
-LDFLAGS = -mcrt=clib2 -lauto -lm -lnet
-CFLAGS += -DHAVE_FSYNC -D__USE_INLINE__ -mcrt=clib2
+LDFLAGS = -lauto
+CFLAGS += -DHAVE_FSYNC -D__USE_INLINE__
else
ifeq ($(UNM),AROS)
LDFLAGS = -DHAVE_FSYNC -ldebug
diff --git a/src/version.c b/src/version.c
index 12bdb6a14..89ca65c51 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 790,
/**/
789,
/**/
Reply all
Reply to author
Forward
0 new messages