Opened 9 years ago

Last modified 9 years ago

#9697 new Bugs

clang fails on 32bit MacOS X (unknown target CPU i686)

Reported by: olli Owned by: Vladimir Prus
Milestone: To Be Determined Component: build
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

compiling boost.context with 'b2 toolset=clang' on 32bit MacOS X fails:

"clang++" -x c++ -O0 -g -O0 -fno-inline -Wall -g -march=i686 -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_NO_AUTO_LINK=1 -I"/Users/nat/boost-git" -c -o "/Users/nat/boost-git/bin.v2/libs/context/test/test_context.test/clang-darwin-4.2.1/debug/address-model-32/architecture-x86/link-static/threading-multi/test_context.o" "/Users/nat/boost-git/libs/context/test/test_context.cpp"

error: unknown target CPU 'i686' ...failed clang-darwin.compile.c++ /Users/nat/boost-git/bin.v2/libs/context/test/test_context.test/clang-darwin-4.2.1/debug/address-model-32/architecture-x86/link-static/threading-multi/test_context.o...

Change History (1)

comment:1 by olli, 9 years ago

Component: Nonebuild
Note: See TracTickets for help on using tickets.