search for: configure2

Displaying 3 results from an estimated 3 matches for "configure2".

Did you mean: configure
2007 Dec 19
2
libspeex stopped to work
> Seems Jean-Marc have not added your optimisation to Speex svn. Could > you sent it to the mailing list, so people would be able to try it out? > If it will give some speed up, we'll try to port it to gcc asm for use > in embedded > Linux applications. Sorry, been busy with maintenance on Valin 2.0 and 3.0 :-) Just applied your fix to the assembly. Can you confirm it works
2007 Dec 20
0
libspeex stopped to work
...ne. Thanks. > About including > assembly directly (.asm/.s instead of gcc inline asm), I'm OK in > principle if someone can show me how to do that cleanly within the > current build. Anyone? Here is how I'm doing this for filters_arm4.S - see arm-asm-configure.diff and arm-asm-configure2.diff patches. These two patches doing the same, but differ in the way OVERRIDE_* macros are defined. In first case they are defined right in filters.c, in second case they are defined in src/Make?file.am. And I'm attaching other fix for configure I sent some time ago - it perform at basic chec...
2019 Sep 17
2
Building LLVM with LLVM with no dependence on GCC
.....; rm -r build; mkdir build; cd - cmake \ -DLLVM_ENABLE_FFI=ON \ -DCMAKE_BUILD_TYPE=Release \ -DLLVM_ENABLE_RTTI=ON \ -DLLVM_TARGETS_TO_BUILD="host" \ -DBUILD_SHARED_LIBS=ON \ -DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi;compiler-rt;lld" \ ../llvm-project/llvm # configure2.txt cmake --build . rm -r /tmp/llvm cmake -DCMAKE_INSTALL_PREFIX=/tmp/llvm/usr/local -P cmake_install.cmake cd .. tar cJf llvm9.txz -C /tmp/llvm/usr/local . === snap === When I unpack that now on another fresh system, I'm still getting the following: === snip === ld: error: cannot open crtbegi...