Kdevelop 1.x configure/libtool patch for linux/ppc support

Jeremy Knope swttiggr2 at yahoo.com
Thu May 4 21:01:44 BST 2000


here's the patch to fix configure script so it will
create a correct libtool for the powerpc enviroment.
before it would use the wrong shared lib dependicy
check or something... anyway, here it is, it's short:
  -Jeremy T. Knope <swttiggr2 at yahoo.com> 	            
    <jerome at knopej1.umeres.maine.edu>

--- configure~	Wed May  3 23:56:53 2000
+++ configure	Thu May  4 14:12:32 2000
@@ -2262,7 +2262,7 @@
 # This must be Linux ELF.
 linux-gnu*)
   case "$host_cpu" in
-  alpha* | i*86 | sparc* )
+  alpha* | i*86 | powerpc* | sparc* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some
relocations on ARM


__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/




More information about the KDevelop mailing list