Unidiff1 files changed, 3 insertions, 3 deletions
|
diff --git a/configure b/configure index 9de0276..0241adf 100755 --- a/ configure+++ b/ configure |
|
@@ -206,5 +206,5 @@ EOF |
206 | then |
206 | then |
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/;" |
210 | PLATFORM_CFLAGS="-DHAVE_OPENPTY" |
210 | PLATFORM_CFLAGS="-DHAVE_OPENPTY" |
@@ -228,5 +228,5 @@ EOF |
228 | PLATFORM_CFLAGS="" |
228 | PLATFORM_CFLAGS="" |
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" |
232 | ;; *) |
232 | ;; *) |
@@ -243,5 +243,5 @@ EOF |
243 | PLATFORM_CFLAGS="-DFPM_INTEL" |
243 | PLATFORM_CFLAGS="-DFPM_INTEL" |
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" |
247 | SED="$SED /SOURCES.*=/s/=/= idmt_arm.S /;" |
247 | SED="$SED /SOURCES.*=/s/=/= idmt_arm.S /;" |
|