From 4f4ccedfb5d5dca7a281fd7dd2c4400ef9b93711 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 26 Jul 2012 00:37:37 +0200 Subject: Adjusted atari defaults This change is required by latest changes to the atari Makefile.target and is an preparation for auto-building the atari version. --- Makefile.defaults | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Makefile.defaults b/Makefile.defaults index 1fdb42552..74426d9f9 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -371,10 +371,19 @@ ifeq ($(TARGET),atari) NETSURF_USE_MNG := NO - NETSURF_ATARI_USE_FREETYPE := YES + # enable true type fonts via freetype2 + NETSURF_USE_ATARI_FREETYPE_FONT := YES - # Optimisation levels - CFLAGS += -m68000 -O2 -Wuninitialized + # Enable use of netsurf embedded font + NETSURF_USE_ATARI_NETSURF_FONT := YES + + NETSURF_USE_ATARI_8BPP_SUPPORT := NO + + ATARI_ARCH = 68020-60 + + # enable optimizations + # -O2 is currently broken with m68000 / m68020-60 builds + CFLAGS += -O1 -Wuninitialized WARNFLAGS = -W -Wundef -Wpointer-arith \ -Wcast-align -Wwrite-strings -Wstrict-prototypes \ -- cgit v1.2.3