]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib) v9.1.0790
authorOla Söder <rolfkopman@gmail.com>
Thu, 17 Oct 2024 18:49:36 +0000 (20:49 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 17 Oct 2024 18:49:36 +0000 (20:49 +0200)
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 <rolfkopman@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/Make_ami.mak
src/version.c

index 09cdd3c173dc72a0833e779a036c1f4a338f4d09..42270f36ba904682cf24194e2f7dc52a4b4d8d87 100644 (file)
@@ -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
index 12bdb6a1499099c88e2c7c9f55c75732433e36c8..89ca65c518086d50f67a4c54ed0e1dfe0926e8ea 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    790,
 /**/
     789,
 /**/