summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-05-02 21:43:34 (UTC)
committer kergoth <kergoth>2002-05-02 21:43:34 (UTC)
commit6ebb8228b660634b4ca8a2a5bf05aef828e39f31 (patch) (unidiff)
tree4a0fb8baf226a15c755996280026300f2e2f6e8e
parent7833ad013239d04669edd54041287563a47728ec (diff)
downloadopie-6ebb8228b660634b4ca8a2a5bf05aef828e39f31.zip
opie-6ebb8228b660634b4ca8a2a5bf05aef828e39f31.tar.gz
opie-6ebb8228b660634b4ca8a2a5bf05aef828e39f31.tar.bz2
-
Diffstat (more/less context) (show whitespace changes)
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 9de0276..0241adf 100755
--- a/configure
+++ b/configure
@@ -207,3 +207,3 @@ EOF
207 case $PLATFORM in 207 case $PLATFORM in
208 *x86*|*generic*|*ipaq*) 208 *x86*|*generic*|*ipaq*|*sharp*)
209 SED="$SED /^LIBS.*=/s/\$/ -lutil/;" 209 SED="$SED /^LIBS.*=/s/\$/ -lutil/;"
@@ -229,3 +229,3 @@ EOF
229 # For the ipaq use fixed point maths, don't compile the mmx or css code 229 # For the ipaq use fixed point maths, don't compile the mmx or css code
230 ;; *ipaq*) 230 ;; *ipaq*|*sharp*)
231 PLATFORM_CFLAGS="-DUSE_FIXED_POINT" 231 PLATFORM_CFLAGS="-DUSE_FIXED_POINT"
@@ -244,3 +244,3 @@ EOF
244 # For the ipaq use ARM asm optimizations 244 # For the ipaq use ARM asm optimizations
245 ;; *ipaq*) 245 ;; *ipaq*|*sharp*)
246 PLATFORM_CFLAGS="-DFPM_ARM" 246 PLATFORM_CFLAGS="-DFPM_ARM"