X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=cadffc172d2104b58b1e3baf2a5fe6ed12ec03cf;hb=c3646297060ae1629ff1d1b10f648267f0495a0f;hp=71a631fd1cab1cec1530b3d257dc41957a65d054;hpb=0349587920c255c479240518d9c04581977144eb;p=platform%2Fupstream%2Flibunwind.git diff --git a/README b/README index 71a631f..cadffc1 100644 --- a/README +++ b/README @@ -9,18 +9,19 @@ several architecture/operating-system combinations: Linux/IA-64: Fully tested and supported. Linux/PARISC: Works well, but C library missing unwind-info. HP-UX/IA-64: Mostly works but known to have some serious limitations. + Linux/AArch64: Newly added. Linux/PPC64: Newly added. Linux/SuperH: Newly added. FreeBSD/i386: Newly added. FreeBSD/x86-64: Newly added (FreeBSD architecture is known as amd64). - + Linux/Tilegx: Newly added (64-bit mode only). * General Build Instructions In general, this library can be built and installed with the following commands: - $ autoreconf -i # Needed only for building from git. Depends on libtool. + $ ./autogen.sh # Needed only for building from git. Depends on libtool. $ ./configure $ make $ make install prefix=PREFIX