From ed24cf667bec6a5da1909c34b5361f9efbe87ddd Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sat, 21 Mar 2009 15:21:24 +0000 Subject: Use -isystem instead of -I to include ronin stuff on Dreamcast (gets rid of some corny warnings). svn-id: r39588 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index aaa83d9ec5..e11d54076c 100755 --- a/configure +++ b/configure @@ -1799,7 +1799,7 @@ case $_backend in MODULES="$MODULES backends/platform/iphone" ;; dc) - INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -I$(ronindir)/include' + INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include' LDFLAGS="$LDFLAGS -Wl,-Ttext,0x8c010000 -nostartfiles "'$(ronindir)/lib/crt0.o -L$(ronindir)/lib' LIBS="$LIBS -lronin -lm" MODULES="$MODULES backends/platform/dc" -- cgit v1.2.3