Skip to content

Instantly share code, notes, and snippets.

@arjenroodselaar
Created May 24, 2015 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arjenroodselaar/f8d20534b0d8c7542d01 to your computer and use it in GitHub Desktop.
Save arjenroodselaar/f8d20534b0d8c7542d01 to your computer and use it in GitHub Desktop.
musl mips-sf configure output
tar -zxf /home/arjen/tool-chain/tmp/musl-1.1.9.tar.gz -C /home/arjen/tool-chain/tmp
cd /home/arjen/tool-chain/tmp/musl-1.1.9 && \
CC=/home/arjen/tool-chain/bin/mips-linux-gnu-gcc \
CFLAGS="-march=24kc -msoft-float -g" \
/home/arjen/tool-chain/tmp/musl-1.1.9/configure \
--prefix=/usr/local \
--target=mips-sf-linux-gnu \
--bindir=/home/arjen/tool-chain/bin
checking for C compiler... /home/arjen/tool-chain/bin/mips-linux-gnu-gcc
checking whether C compiler works... yes
checking whether compiler is gcc... yes
checking whether to build musl-gcc wrapper... yes
checking target system type... mips-sf-linux-gnu
checking whether compiler accepts -std=c99... yes
checking whether compiler accepts -nostdinc... yes
checking whether compiler accepts -ffreestanding... yes
checking whether compiler accepts -fexcess-precision=standard... yes
checking whether compiler accepts -frounding-math... yes
checking whether compiler needs attribute((may_alias)) suppression... no
checking whether compiler accepts -fno-stack-protector... yes
checking whether compiler accepts -fno-tree-loop-distribute-patterns... yes
checking for optimization settings... using defaults
checking whether compiler accepts -Os... yes
components to be optimized for speed: internal malloc string
checking whether compiler accepts -pipe... yes
checking whether compiler accepts -fno-unwind-tables... yes
checking whether compiler accepts -fno-asynchronous-unwind-tables... yes
checking whether compiler accepts -Wa,--noexecstack... yes
checking whether compiler accepts -Werror=implicit-function-declaration... yes
checking whether compiler accepts -Werror=implicit-int... yes
checking whether compiler accepts -Werror=pointer-sign... yes
checking whether compiler accepts -Werror=pointer-arith... yes
checking whether global visibility preinclude works... yes
checking whether linker accepts -Wl,--hash-style=both... no
checking whether linker accepts -Wl,-Bsymbolic-functions... yes
checking whether linker accepts -lgcc... yes
checking whether linker accepts -lgcc_eh... no
using compiler runtime libraries: -lgcc
checking preprocessor condition _MIPSEL || __MIPSEL || __MIPSEL__... false
checking preprocessor condition __mips_soft_float... true
configured for mips variant: mips-sf
checking whether compiler's long double definition matches float.h... yes
creating config.mak... done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment