summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-04 18:06:34 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-04 18:08:08 +0000
commita1725caf865bef1e5d26fbba21836116ad117dbb (patch)
tree340be018e086938547aa8af005fa9c2beced13f4 /riscos
parent9b8988dd23e2adc14b8f5ee7a3e47bbe4982dc73 (diff)
downloadnetsurf-a1725caf865bef1e5d26fbba21836116ad117dbb.tar.gz
netsurf-a1725caf865bef1e5d26fbba21836116ad117dbb.tar.bz2
fix mngectony makefiles
Diffstat (limited to 'riscos')
-rw-r--r--riscos/Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/Makefile.target b/riscos/Makefile.target
index 05e66c829..2f5bbb150 100644
--- a/riscos/Makefile.target
+++ b/riscos/Makefile.target
@@ -45,6 +45,7 @@ RESOURCES = $(TPD_RISCOS) split-messages
CFLAGS += $(WARNFLAGS) -Driscos -std=c99 -D_BSD_SOURCE -D_POSIX_C_SOURCE \
-mpoke-function-name -fno-strict-aliasing
+CFLAGS += -I$(GCCSDK_INSTALL_ENV)/include
ifeq ($(HOST),riscos)
CFLAGS += -I<OSLib$$Dir> -mthrowback
endif