Commit Graph

75 Commits

Author SHA1 Message Date
Michel Alexandre Salim facb834aba Pin clang's dependency on gcc-c++ to the version used for building 2012-03-11 20:53:44 +07:00
Michel Alexandre Salim bd716bccdc Add runtime dependency of -devel on libffi-devel 2011-11-12 10:26:22 +01:00
Dan Horák 12ed181598 don't fail the build on failing tests on s390(x) 2011-10-11 14:21:13 +02:00
Michel Alexandre Salim eaf6624384 - Disable AVX tests, else they fail since AVX is now disabled
- Remove clang 2.9 patch retrieved when cherry-picking F-16/Rawhide
  commit
2011-08-02 17:00:59 +02:00
Michel Alexandre Salim 66fa449574 Fix incorrect platform-specific include path on i686 2011-08-02 14:55:32 +02:00
Michel Alexandre Salim 687c13802d Depend on libffi to allow the LLVM interpreter to call external functions
Build with RTTI enabled, needed by e.g. Rubinius (# 722714)
Fix multilib installation
2011-08-02 14:54:32 +02:00
Adam Jackson f63f528480 disable avx code generation 2011-04-26 12:01:42 -04:00
Michel Alexandre Salim 2fc8420d0f Move ldconfig triggers to the subpackages containing .so files 2011-03-17 19:03:50 +01:00
Michel Alexandre Salim c3dcc7c01f Don't include test logs; breaks multilib (# 666195)
Split shared libraries into separate subpackage
2011-03-17 18:24:51 +01:00
Michel Alexandre Salim 9eb64e881c Don't include test logs; breaks multilib (# 666195) 2011-03-17 17:36:08 +01:00
Michel Alexandre Salim 1db435d4d6 clang++: fix platform-specific include dirs (# 680644) 2011-03-17 14:34:26 +01:00
Michel Alexandre Salim 88425e38fa Don't include 'bits' in the include path override 2011-03-17 13:57:46 +01:00
Michel Alexandre Salim b32ca652bd Fix 32bit-dir and 64-dir parameters: should be relative, not absolute 2011-03-17 13:19:24 +01:00
Michel Alexandre Salim f8523b8fdb clang++: also search for platform-specific include files (# 680644) 2011-03-17 12:47:48 +01:00
Dennis Gilmore 75d0f4e42d - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 07:26:30 -06:00
Richard W.M. Jones 4bd5997c88 Bump and rebuild. 2011-01-10 17:16:53 +00:00
Michel Alexandre Salim e60dbac558 handle cases where gcc/c++ use symlink for header directories (e.g. F-13's
update from 4.4.4->4.4.5 keeps headers in 4.4.4 but has a 4.4.5 symlink)
(cherry picked from commit f73b06ba5c)
2010-11-27 17:38:36 +01:00
Michel Alexandre Salim 05504a3c90 - clang now requires gcc-c++ for linking and headers (bug #654560) 2010-11-27 15:30:51 +01:00
Michel Alexandre Salim 3fc5264af2 - Backport support for C++0x (# 648990) 2010-11-12 16:12:10 +01:00
Michel Alexandre Salim 3107968a59 - Re-add omitted %{_includedir} 2010-10-15 01:02:11 +02:00
Michel Alexandre Salim 7ea8ecf20f - Add correct C include directory at compile time (# 641500) 2010-10-14 22:24:08 +02:00
Michel Alexandre Salim 09e7c11d3e - Update to 2.8 release 2010-10-12 17:38:42 +02:00
Jesse Keating ff6b65b9e1 - Rebuilt for gcc bug 634757 2010-09-29 14:45:01 -07:00
Michel Alexandre Salim b302e35e85 clog 2010-09-20 14:50:09 +02:00
Dennis Gilmore 6668812d9f disable ocaml on sparc64 since ocaml doesnt build there 2010-09-15 09:30:46 -05:00
David Malcolm d3b17da7f8 recompiling .py files against Python 2.7 (rhbz#623332) 2010-08-11 17:46:55 -04:00
Dan Horák 434321d311 - conditionalize ocaml support 2010-07-17 13:43:22 +00:00
Michel Alexandre Salim bda980e972 - Make the new noarch -doc obsoletes older (arched) subpackages 2010-06-09 18:51:39 +00:00
Michel Alexandre Salim c0c6405943 - Add F-12/x86_64 and F-13 C++ header paths 2010-06-05 11:49:56 +00:00
Michel Alexandre Salim b8f7dc403d - Revert to disabling apidoc by default 2010-05-26 18:57:22 +00:00
Michel Alexandre Salim 27c0ebc1cd Make all doc subpackages noarch 2010-05-24 09:38:59 +00:00
Michel Alexandre Salim c7b1517ba9 Fix clang-apidoc's missing -n in %%files section 2010-05-24 09:26:17 +00:00
Michel Alexandre Salim c73f9c2579 - Exclude llm-gcc manpages
- Turn on apidoc generation
- Build with srcdir=objdir, otherwise clang doxygen build fails
2010-05-24 09:24:22 +00:00
Michel Alexandre Salim 64041e30b5 - Update to final 2.7 release 2010-05-02 21:33:16 +00:00
Michel Alexandre Salim a1caa14611 Fix typo: %%config not %%conf 2010-03-28 12:44:53 +00:00
Michel Alexandre Salim 216ddcf1e4 - Update to first 2.7 pre-release 2010-03-28 11:54:59 +00:00
Michel Alexandre Salim 160b75597d Make tests advisory for now 2009-09-30 16:48:32 +00:00
Michel Alexandre Salim e9ce7d8ed9 Reworked destdir patch, due to slight changes in Makefiles 2009-09-30 06:30:47 +00:00
Michel Alexandre Salim 138479692a - Update to 2.6 pre-release2
- -devel subpackage now virtually provides -static
2009-09-30 01:42:02 +00:00
Michel Alexandre Salim 812c8a8570 Run clang test from correct directory 2009-09-10 04:08:51 +00:00
Michel Alexandre Salim 851919d69e Since clang tests are still failing even on x86, enable them
unconditionally on all platforms (but don't terminate build on error)
2009-09-10 03:41:14 +00:00
Michel Alexandre Salim 71feaf99c8 Disable var tracking assignment in the correct place 2009-09-10 03:09:21 +00:00
Michel Alexandre Salim 4ff9ecac24 - Disable var tracking assignments on PPC 2009-09-10 03:04:02 +00:00
Michel Alexandre Salim c19d461213 - Don't adjust clang include dir; files there are noarch (bz#521893)
- Enable clang unit tests
- clang and clang-analyzer renamed; no longer depend on llvm at runtime
2009-09-09 15:57:46 +00:00
Michel Alexandre Salim 09ee2abb73 - Properly adjust clang include dir (bz#521893)
- Enable clang unit tests
2009-09-09 05:04:12 +00:00
Rex Dieter 7b85be29d7 mention bug# 2009-09-08 16:24:29 +00:00
Michel Alexandre Salim d5c36b841a Fix typo 2009-09-08 03:42:39 +00:00
Michel Alexandre Salim 8f6b35fb7b Fix clang-analyzer subpackage 2009-09-08 03:19:39 +00:00
Michel Alexandre Salim a02ba103e4 - Package Clang's static analyzer tools 2009-09-07 22:44:07 +00:00
Michel Alexandre Salim d3f05fb311 - PIC is now enabled by default; explicitly disable on %{ix86} 2009-09-07 21:05:32 +00:00