]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/dbh/dbh-1.0-18/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / dbh / dbh-1.0-18 / configure.patch
1 Index: dbh_1.0-18/configure.ac
2 ===================================================================
3 --- dbh_1.0-18.orig/configure.ac        2004-03-16 16:02:20.000000000 -0700
4 +++ dbh_1.0-18/configure.ac     2005-04-06 12:30:01.900159452 -0700
5 @@ -34,6 +34,8 @@
6  
7  dnl Initialize libtool
8  AC_CANONICAL_HOST
9 +AC_CANONICAL_TARGET
10 +
11  # libtool.m4 is a bit outof sync.
12  AC_PROG_LIBTOOL
13  
14 @@ -122,17 +124,17 @@
15  
16  
17  dnl echo "dbg:target $target"
18 -case "$target" in
19 -"")
20 -;;
21 -"no")
22 -;;
23 -"NONE")
24 -;;
25 -*)
26 -   CFLAGS="$CFLAGS -march=$target"
27 -   ;;
28 -esac
29 +dnl case "$target" in
30 +dnl "")
31 +dnl ;;
32 +dnl "no")
33 +dnl ;;
34 +dnl "NONE")
35 +dnl ;;
36 +dnl *)
37 +dnl  CFLAGS="$CFLAGS -march=$target_cpu"
38 +dnl   ;;
39 +dnl esac
40  
41  # At present, only 32 bit system. 
42