This is the mail archive of the libffi-discuss@sourceware.cygnus.com mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

BeOS porting


I start porting ot BeOS.

I hope marging the following patch to current cvs sources...

-----------------------------
diff -urN libffi/configure.in libffi.beos/configure.in
--- libffi/configure.in	Thu May  6 05:34:36 1999
+++ libffi.beos/configure.in	Thu Jul  8 00:54:19 1999
@@ -23,11 +23,13 @@
 case "$host" in
 mips-sgi-irix5.* | mips-sgi-irix6.*) TARGET=MIPS; TARGETDIR=mips;;
 i*86-pc-linux*) TARGET=X86; TARGETDIR=x86;;
+i*86-*-beos*) TARGET=X86; TARGETDIR=x86;;
 sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;;
 sparc-sun-*) TARGET=SPARC; TARGETDIR=sparc;;
 alpha*-*-linux* | alpha*-*-osf*) TARGET=ALPHA; TARGETDIR=alpha;;
 m68k-*-linux*) TARGET=M68K; TARGETDIR=m68k;;
 powerpc-*-linux* | powerpc-*-sysv*) TARGET=POWERPC; TARGETDIR=powerpc;;
+powerpc-*-beos*) TARGET=POWERPC; TARGETDIR=powerpc;;
 arm-*-linux-*) TARGET=ARM; TARGETDIR=arm;;
 esac
 
---------------------------------

----------
  Makoto Kato
    mailto:m_kato@ga2.so-net.ne.jp     ICQ No.14395562
    http://hp.vector.co.jp/authors/VA008030/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]