Skip to content

Commit e6efdee

Browse files
committed
* Makefile: reverted an accidentally commited change.
1 parent f2e069b commit e6efdee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ ifeq ($(OS), os3)
219219

220220
# Compiler/Linker flags
221221
CPU = -m68020-60 -msoft-float -D__amigaos3__
222-
CFLAGS += -noixemul
223-
LDFLAGS += -noixemul
222+
CFLAGS += -mcrt=clib2
223+
LDFLAGS += -mcrt=clib2
224224
LDLIBS += -ldebug
225225

226226
else

0 commit comments

Comments
 (0)