From e2807ac556d62348331a4e4d2d39a8dc44a68e30 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 19 Mar 2008 04:23:13 +0000 Subject: Shift -mthrowback so it's only used when building on a RO host svn path=/trunk/netsurf/; revision=3974 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b3178f57..b01358f5a 100644 --- a/Makefile +++ b/Makefile @@ -120,13 +120,13 @@ endif CFLAGS += -I. -O $(WARNFLAGS) -Driscos \ -std=c99 -D_BSD_SOURCE -D_POSIX_C_SOURCE \ - -mpoke-function-name -mthrowback + -mpoke-function-name CFLAGS += -I$(GCCSDK_INSTALL_ENV)/include \ -I$(GCCSDK_INSTALL_ENV)/include/libxml2 \ -I$(GCCSDK_INSTALL_ENV)/include/libmng ifeq ($(HOST),riscos) -CFLAGS += -I +CFLAGS += -I -mthrowback endif ASFLAGS += -I. -I$(GCCSDK_INSTALL_ENV)/include LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib -lcares -lrufl -lpencil \ -- cgit v1.2.3