From d5792935f7a97553e07140e6ed0945e74c724df7 Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 21 May 2024 18:46:53 +0000 Subject: [PATCH] i hope this works git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@57 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- Platforms/com.mk | 2 ++ Platforms/dos.mk | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Platforms/com.mk b/Platforms/com.mk index 635ba14..6751496 100644 --- a/Platforms/com.mk +++ b/Platforms/com.mk @@ -3,3 +3,5 @@ WATCOM_PLATFORM=com include Platforms/watcom.mk EXEC_SUFFIX=.com +CFLAGS += -march=i86 +LDFLAGS += -march=i86 diff --git a/Platforms/dos.mk b/Platforms/dos.mk index 0159ede..502742b 100644 --- a/Platforms/dos.mk +++ b/Platforms/dos.mk @@ -3,3 +3,5 @@ WATCOM_PLATFORM=dos include Platforms/watcom.mk EXEC_SUFFIX=.exe +CFLAGS += -march=i86 +LDFLAGS += -march=i86 -- 2.43.0