summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-03-19 02:05:00 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-03-19 02:05:00 +0000
commit4162fb9a82c427ab2f2b73fc63cbb40cdd3f6629 (patch)
tree1c74ebb135c8252ecb17cd3914a1cca53981d261
parent6aa966747c42aa0b18eb2d1636e639fa9ec4d8d3 (diff)
downloadnetsurf-4162fb9a82c427ab2f2b73fc63cbb40cdd3f6629.tar.gz
netsurf-4162fb9a82c427ab2f2b73fc63cbb40cdd3f6629.tar.bz2
Throwback for native RISC OS build.
svn path=/trunk/netsurf/; revision=3968
-rw-r--r--Makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.unix b/Makefile.unix
index 6e2e497ce..b7d35750d 100644
--- a/Makefile.unix
+++ b/Makefile.unix
@@ -112,7 +112,7 @@ endif
CFLAGS += -I. -O $(WARNFLAGS) -Driscos \
-std=c99 -D_BSD_SOURCE -D_POSIX_C_SOURCE \
- -mpoke-function-name
+ -mpoke-function-name -mthrowback
CFLAGS += -I$(GCCSDK_INSTALL_ENV)/include \
-I$(GCCSDK_INSTALL_ENV)/include/libxml2 \