Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | build: Fix a syntax error. | P. J. McDermott | 2013-04-26 | 1 | -1/+0 |
| | |||||
* | Add installnative & installcross targets to build. | P. J. McDermott | 2013-04-26 | 1 | -3/+27 |
| | |||||
* | Delete libquadmath files. | P. J. McDermott | 2013-04-23 | 1 | -8/+2 |
| | | | | | This is a library to support Fortran programs, and we don't (yet?) build a Fortran compiler. | ||||
* | build: Run oh-strip. | P. J. McDermott | 2013-04-23 | 1 | -0/+1 |
| | |||||
* | build: Run oh-fixperms. | P. J. McDermott | 2013-04-23 | 1 | -0/+1 |
| | | | | This unset the x bits in the modes of all of the shared objects. | ||||
* | gcc-4.7-*-*-*: Provide lib{gomp,itm}.spec. | P. J. McDermott | 2013-04-23 | 1 | -2/+4 |
| | |||||
* | Install files for libmudflap.0{,-4.7-dev}. | P. J. McDermott | 2013-04-23 | 1 | -0/+2 |
| | |||||
* | Install files for lib{gomp,itm,quadmath,ssp} pkgs. | P. J. McDermott | 2013-04-22 | 1 | -0/+4 |
| | |||||
* | build: Fix paths to .la files. | P. J. McDermott | 2013-04-22 | 1 | -11/+11 |
| | | | | libdir is a shell parameter, not a make macro. | ||||
* | build: Install package files. | P. J. McDermott | 2013-04-22 | 1 | -0/+25 |
| | |||||
* | build: Add "configure" and "build" stamps. | P. J. McDermott | 2013-04-22 | 1 | -3/+8 |
| | |||||
* | build: Fix libsubincludedir. | P. J. McDermott | 2013-04-22 | 1 | -2/+2 |
| | |||||
* | build: Support multiple target architectures. | P. J. McDermott | 2013-04-22 | 1 | -6/+10 |
| | |||||
* | build: Add a -t option to oh-autoconfigure calls. | P. J. McDermott | 2013-04-22 | 1 | -2/+2 |
| | |||||
* | build: Add a new destdir macro. | P. J. McDermott | 2013-04-22 | 1 | -59/+62 |
| | |||||
* | build: Add a new target macro. | P. J. McDermott | 2013-04-22 | 1 | -54/+54 |
| | |||||
* | build: Add a new builddir macro. | P. J. McDermott | 2013-04-22 | 1 | -4/+6 |
| | |||||
* | build: Shorten paths to .la files in rm command. | P. J. McDermott | 2013-04-22 | 1 | -10/+11 |
| | |||||
* | build: Use only lowercase letters in local macros. | P. J. McDermott | 2013-04-22 | 1 | -35/+35 |
| | |||||
* | build: Clean up setting of *dir macros. | P. J. McDermott | 2013-04-22 | 1 | -10/+14 |
| | |||||
* | Write needed documentation files in source target. | P. J. McDermott | 2013-04-22 | 1 | -7/+0 |
| | |||||
* | build: Clean up /usr/share/{man,info}. | P. J. McDermott | 2013-04-21 | 1 | -0/+5 |
| | |||||
* | build: Make symlinks to target-prefixed binaries. | P. J. McDermott | 2013-04-21 | 1 | -0/+7 |
| | |||||
* | build: Change the target prefix of /usr/bin/*. | P. J. McDermott | 2013-04-21 | 1 | -0/+9 |
| | |||||
* | Set gxx_include_dir and host_installdir. | P. J. McDermott | 2013-04-21 | 1 | -0/+2 |
| | |||||
* | build: Fix libstdc++.so link. | P. J. McDermott | 2013-04-21 | 1 | -1/+1 |
| | |||||
* | build: Move and remove libssp files. | P. J. McDermott | 2013-04-21 | 1 | -0/+11 |
| | |||||
* | build: Move libstdc++ files. | P. J. McDermott | 2013-04-21 | 1 | -0/+9 |
| | |||||
* | build: Move and remove libmudflap files. | P. J. McDermott | 2013-04-21 | 1 | -0/+14 |
| | |||||
* | build: Remove some libtool archives. | P. J. McDermott | 2013-04-21 | 1 | -0/+8 |
| | |||||
* | build: Put static libs in versioned directories. | P. J. McDermott | 2013-04-21 | 1 | -0/+9 |
| | |||||
* | build: Put .so links in versioned directories. | P. J. McDermott | 2013-04-21 | 1 | -0/+14 |
| | |||||
* | build: Put libgcc_s.so link in versioned dir. | P. J. McDermott | 2013-04-21 | 1 | -1/+1 |
| | |||||
* | build: Put libgcc_s.so.1 under /lib. | P. J. McDermott | 2013-04-21 | 1 | -0/+5 |
| | |||||
* | Set libsubincludedir and fincludedir. | P. J. McDermott | 2013-04-21 | 1 | -0/+4 |
| | |||||
* | Set libsubdir and libexecsubdir. | P. J. McDermott | 2013-04-21 | 1 | -4/+4 |
| | |||||
* | build: Set toolexeclibdir at build time. | P. J. McDermott | 2013-04-21 | 1 | -1/+2 |
| | | | | Apparently this is used as an rpath in at least libsupc++. | ||||
* | build: Postprocess libsubdir. | P. J. McDermott | 2013-04-21 | 1 | -0/+5 |
| | | | | This probably has to be set at build time. | ||||
* | Set toolexeclibdir and MULTIOSDIR. | P. J. McDermott | 2013-04-20 | 1 | -1/+3 |
| | |||||
* | build: Add install target. | P. J. McDermott | 2013-04-18 | 1 | -0/+18 |
| | |||||
* | build: Add configure and build targets. | P. J. McDermott | 2013-04-07 | 1 | -0/+44 |
| | |||||
* | Initial commit. | P. J. McDermott | 2013-04-04 | 1 | -0/+10 |