Skip to content
Snippets Groups Projects
Commit 1f040a4e5edf authored by Lasse Collin's avatar Lasse Collin
Browse files

DOS: Update dos/Makefile for DJGPP 2.05.

It doesn't need -fgnu89-inline like 2.04beta did.
parent 9669110eea17
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,7 @@
CFLAGS = -g -Wall -Wextra -Wfatal-errors -march=i386 -mtune=i686 -O2
LDFLAGS = -lemu
# NOTE: -fgnu89-inline is needed on DJGPP 2.04 beta and GCC >= 4.3.0
# because time.h uses GNU-style "extern inline".
ALL_CFLAGS = -std=gnu99 -fgnu89-inline
ALL_CFLAGS = -std=gnu99
ALL_CPPFLAGS = \
-I. \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment