patch 9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib)
Commit:
https://github.com/vim/vim/commit/8fc2a097e241d29f883a5a20e8fc998eb37e6580
Author: Ola Söder <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1t1VjJ-006IeP-EI%40256bit.org.