From d58ed0f716bbf295843f3652f9c3c3325ecdcc89 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sat, 10 Dec 2005 14:57:02 +0000 Subject: [project @ 2005-12-10 14:57:02 by adrianl] Assembler support svn path=/import/netsurf/; revision=1892 --- posix.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'posix.mk') diff --git a/posix.mk b/posix.mk index 9346eb4e2..2812cf681 100644 --- a/posix.mk +++ b/posix.mk @@ -1,11 +1,13 @@ CC = /home/riscos/cross/bin/gcc CC_DEBUG = gcc +ASM = gcc PLATFORM_CFLAGS_RISCOS = -I/home/riscos/env/include \ -I/home/riscos/env/include/libxml2 \ -I/home/riscos/env/include/libmng PLATFORM_CFLAGS_DEBUG = -I/usr/include/libxml2 -I/riscos/src/OSLib \ -I/riscos/include/libjpeg -D_POSIX_C_SOURCE +PLATFORM_AFLAGS_RISCOS = -I/riscos/src/OSLib LDFLAGS_RISCOS = -L/home/riscos/env/lib -lxml2 -lz -lcurl -lssl -lcrypto \ -lcares -lmng -loslib -ljpeg -lrufl -lpencil -- cgit v1.2.3