summaryrefslogtreecommitdiff
path: root/gp2x/Makefile
diff options
context:
space:
mode:
authornotaz2009-05-21 18:34:34 +0300
committernotaz2009-05-21 18:49:42 +0300
commit5da9148dd11760c74db86d316d39ca329f8df24f (patch)
treeca294238c476df8c09c346e3ec36b3fdc4665974 /gp2x/Makefile
parent2823a4c8196a02da86ee180cf55586d4e8c91a2f (diff)
downloadpicogpsp-5da9148dd11760c74db86d316d39ca329f8df24f.tar.gz
picogpsp-5da9148dd11760c74db86d316d39ca329f8df24f.tar.bz2
picogpsp-5da9148dd11760c74db86d316d39ca329f8df24f.zip
fix build and clean up
Diffstat (limited to 'gp2x/Makefile')
-rw-r--r--gp2x/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gp2x/Makefile b/gp2x/Makefile
index e91ac43..2d57ebb 100644
--- a/gp2x/Makefile
+++ b/gp2x/Makefile
@@ -22,8 +22,8 @@ CFLAGS += -DARM_ARCH -DGP2X_BUILD
CFLAGS += -O3 -std=c99 -msoft-float -funsigned-char -fno-common \
-fno-builtin \
-INCLUDES = `$(PREFIX)/bin/arm-open2x-linux-sdl-config --cflags`
-LIBS = `$(PREFIX)/bin/arm-open2x-linux-sdl-config --libs` \
+INCLUDES = `$(PREFIX)/bin/sdl-config --cflags` -I$(PREFIX)/include
+LIBS = `$(PREFIX)/bin/sdl-config --libs` \
-lm -ldl -lpthread -lz -static
# Compilation: