[test-suite] r210788 - disable the -lsupc++ specification for powerpc.

Chandler Carruth chandlerc at google.com
Thu Jun 12 08:26:54 PDT 2014


It would be really nice to include some information about why PPC is
special here... especially as libsupc++ seems quite unlikely to have any
platform-specific aspects to it....


On Thu, Jun 12, 2014 at 4:14 PM, Will Schmidt <will_schmidt at vnet.ibm.com>
wrote:

> Author: willschm
> Date: Thu Jun 12 10:14:00 2014
> New Revision: 210788
>
> URL: http://llvm.org/viewvc/llvm-project?rev=210788&view=rev
> Log:
> disable the -lsupc++ specification for powerpc.
>
>
> Modified:
>     test-suite/trunk/MultiSource/Applications/obsequi/Makefile
>
> Modified: test-suite/trunk/MultiSource/Applications/obsequi/Makefile
> URL:
> http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/obsequi/Makefile?rev=210788&r1=210787&r2=210788&view=diff
>
> ==============================================================================
> --- test-suite/trunk/MultiSource/Applications/obsequi/Makefile (original)
> +++ test-suite/trunk/MultiSource/Applications/obsequi/Makefile Thu Jun 12
> 10:14:00 2014
> @@ -9,7 +9,10 @@ else
>  CPPFLAGS += -DHASHCODEBITS=23
>  endif
>
> +ifneq ($(ARCH),PowerPC)
>  LDFLAGS = -lsupc++
>  LIBS += -lsupc++
> +endif
> +
>  STDIN_FILENAME=$(PROJ_SRC_DIR)/input
>  include ../../Makefile.multisrc
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140612/170f9b9d/attachment.html>


More information about the llvm-commits mailing list