summaryrefslogtreecommitdiffstats
path: root/llvm/utils/buildit/build_llvm
Commit message (Collapse)AuthorAgeFilesLines
...
* Some command lines don't like numbers with leading zeros. Remove them.Bill Wendling2009-12-151-1/+5
| | | | llvm-svn: 91463
* Add a soft link so that in an apple style build we can find libLTO.dylib.Eric Christopher2009-12-011-0/+8
| | | | llvm-svn: 90189
* Look for llvm-gcc under /Developer/usr/bin first.Evan Cheng2009-11-041-1/+1
| | | | llvm-svn: 86023
* Use llvm-gcc on newer Darwins.Bill Wendling2009-11-031-1/+1
| | | | llvm-svn: 85963
* Missing bit of universal built + hostedJim Grosbach2009-11-021-1/+1
| | | | llvm-svn: 85785
* The universal SDKROOT should only be assigned when hosted. Otherwise theJim Grosbach2009-10-311-0/+1
| | | | | | SDKROOT can refer to the target when we're building for the host. llvm-svn: 85672
* Allow cross target buildJim Grosbach2009-10-301-18/+67
| | | | llvm-svn: 85611
* Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings2009-10-221-0/+4
| | | | | | Now with Clang-compatibility. llvm-svn: 84872
* Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar2009-10-201-4/+0
| | | | | | breaking Clang's Apple-style build. llvm-svn: 84592
* Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings2009-10-191-0/+4
| | | | llvm-svn: 84507
* B&I's buildit forces a PATH that omits /Developer. Temporarily addStuart Hastings2009-09-281-1/+3
| | | | | | /Developer/usr/bin to the PATH when looking for llvm-gcc. llvm-svn: 83028
* For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ ifStuart Hastings2009-09-281-4/+10
| | | | | | available. Override by setting CC and CXX in the environment. llvm-svn: 83024
* Disable optional bindings for Apple-style builds.Bob Wilson2009-08-281-0/+1
| | | | llvm-svn: 80319
* Revert 76080. This broke some powerpc cross compiles.Bob Wilson2009-08-281-5/+2
| | | | | | | It also makes the llvmCore build dependent on whatever version of llvm-gcc happens to be installed on the build machine. llvm-svn: 80316
* Don't build runtime libraries in an Apple style build.Daniel Dunbar2009-08-271-0/+2
| | | | llvm-svn: 80303
* Even more Apple style build horribleness.Evan Cheng2009-08-181-3/+12
| | | | llvm-svn: 79299
* In an Apple-style build, compile with llvm-gcc/llvm-g++ if available.Stuart Hastings2009-07-161-2/+5
| | | | llvm-svn: 76080
* One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is ↵Evan Cheng2009-04-201-1/+1
| | | | | | kinda broken). llvm-svn: 69630
* Don't install the libLLVMHello.dylib example.Bill Wendling2009-04-101-0/+3
| | | | llvm-svn: 68807
* Don't run "dsymutils" on .a files.Bill Wendling2009-04-101-2/+3
| | | | llvm-svn: 68795
* Don't try to strip a file we just moved.Bill Wendling2009-02-111-1/+1
| | | | llvm-svn: 64263
* Strip the LTO dylib.Bill Wendling2009-02-091-0/+1
| | | | llvm-svn: 64119
* Small fix for the 'strip' command. Do a list of .so files.Bill Wendling2009-02-091-2/+2
| | | | llvm-svn: 64112
* Don't run 'strip' on files that aren't there.Bill Wendling2009-02-091-1/+3
| | | | llvm-svn: 64108
* Remove warnings about not being able to delete something. Don't run lipo on ↵Bill Wendling2009-02-091-4/+7
| | | | | | gccas, gccld, and llvm-config scripts. llvm-svn: 64107
* Revert 64023. make prefers GNUmakefile over makefile.Evan Cheng2009-02-071-0/+262
| | | | llvm-svn: 64024
* Move Apple style build makefiles to the top level. Just like llvmgcc42.Evan Cheng2009-02-071-262/+0
| | | | llvm-svn: 64023
* Change so that buildit won't need a parent directory with only the build ↵Bill Wendling2008-12-161-1/+1
| | | | | | scripts in them. llvm-svn: 61061
* Copy the tblgen utility.Bill Wendling2008-11-201-0/+3
| | | | llvm-svn: 59681
* - Fix SUBVERSION string to handle x.x.x version number formats.Bill Wendling2008-10-271-3/+6
| | | | | | | | - Add VERBOSE=1 flag. - Specify the LLVM_SUBMIT_VERSION when doing the "make install". The libLTO.dylib relies upon this flag during that time. llvm-svn: 58298
* Set UNIVERSAL_ARCH value.Devang Patel2008-10-061-1/+2
| | | | | | Fixes build failure when target is i386. llvm-svn: 57211
* Compress manpages.Devang Patel2008-08-191-0/+4
| | | | llvm-svn: 54971
* Add ARM to the targets to build.Bill Wendling2008-08-051-1/+1
| | | | llvm-svn: 54386
* Don't build with 4.0.Bill Wendling2008-07-281-2/+1
| | | | llvm-svn: 54137
* Temporary hack to build with GCC 4.0 instead of 4.2.Bill Wendling2008-07-211-1/+2
| | | | llvm-svn: 53860
* Porting r53478 into mainline:Bill Wendling2008-07-111-0/+8
| | | | | | Update to build_llvm. Don't output a floating point number for the version. llvm-svn: 53484
* Extract the x86_64 part for the executables.Bill Wendling2008-06-231-5/+3
| | | | llvm-svn: 52647
* Remove tar ball from installed directory.Bill Wendling2008-05-061-0/+5
| | | | llvm-svn: 50717
* Apple GCC 4.2 builds things differently. It no longer spawns a bunch ofBill Wendling2008-04-151-4/+33
| | | | | | processes, but requires the project to use -j. llvm-svn: 49744
* Install into the directoryBill Wendling2008-04-151-2/+4
| | | | llvm-svn: 49713
* Change llvm tools install location.Devang Patel2008-04-111-8/+8
| | | | llvm-svn: 49540
* Simplify the conversion from "0x" numbers to a single digit number.Bill Wendling2008-03-281-17/+1
| | | | llvm-svn: 48907
* Don't strip things when we're doing a debug build.Bill Wendling2008-03-221-3/+5
| | | | llvm-svn: 48696
* install new lto dylib. pass down LLVM_SUBMIT_VERSIONNick Kledzik2008-02-291-3/+6
| | | | llvm-svn: 47763
* Remove dead code.Devang Patel2008-02-121-2/+0
| | | | llvm-svn: 47012
* Always put version numbers at the end because they are optional.Devang Patel2008-01-301-10/+10
| | | | llvm-svn: 46563
* Fix makefiles to enable Apply style debug build.Evan Cheng2008-01-181-14/+7
| | | | llvm-svn: 46180
* Enable CBEDevang Patel2008-01-171-1/+1
| | | | llvm-svn: 46112
* Ignore shell scripts when doing "dsymutil" call.Bill Wendling2007-12-181-1/+2
| | | | llvm-svn: 45166
* Change LinkTimeOptimizer.h install location.Devang Patel2007-12-011-4/+6
| | | | llvm-svn: 44477
OpenPOWER on IntegriCloud