From: nishi Date: Tue, 21 May 2024 18:46:53 +0000 (+0000) Subject: i hope this works X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d5792935f7a97553e07140e6ed0945e74c724df7;p=dataworks.git i hope this works git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@57 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- 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