Displaying 1 result from an estimated 1 matches for "build_mips".
Did you mean:
build_dirs
2018 Apr 11
1
Building an LLVM/CLANG cross compiler for legacy GCC toolchain
...c) to operate properly. This manifests itself in a variety of way
depending on what technique I used to build the toolchain, but here is a
representative problem from a toolchain I built using the buildroot system:
clang -v -target mips-linux-uclibc
--gcc-toolchain=/home/mdalpee/buildroot-2009.05/build_mips/staging_dir/usr
--sysroot=/home/mdalpee/buildroot-2009.05/build_mips/staging_dir/usr -o
build-mips-product/test-png -fPIC
-I/home/mdalpee/checkouts/clang/source/src/program/include test_png.c png.c
../lib/build-mips-product/libutils.a
clang version 7.0.0 (trunk 328723)
Target: mips--linux-uclibc...