Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Also set INTERP with LDFLAGS at build time. | P. J. McDermott | 2013-04-27 | 1 | -0/+2 |
| | | | | This is necessary for cross compilers, at least. | ||||
* | build: Better organize some things. | P. J. McDermott | 2013-04-27 | 1 | -11/+12 |
| | |||||
* | build: Look for ld.so link in /usr/lib/<target>. | P. J. McDermott | 2013-04-27 | 1 | -2/+2 |
| | | | | It's a development file, not a critical system file. | ||||
* | build: Set GCC's ELF INTERP. | P. J. McDermott | 2013-04-27 | 1 | -0/+12 |
| | |||||
* | build: Rm unneeded files in installcross targets. | P. J. McDermott | 2013-04-26 | 1 | -0/+8 |
| | |||||
* | build: Mv oh-autoinstalls to native/cross targets. | P. J. McDermott | 2013-04-26 | 1 | -7/+17 |
| | |||||
* | Add buildnative and buildcross targets to build. | P. J. McDermott | 2013-04-26 | 2 | -3/+20 |
| | |||||
* | 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 | 2 | -4/+29 |
| | |||||
* | Rename patch file and adjust patch description. | P. J. McDermott | 2013-04-26 | 1 | -1/+4 |
| | |||||
* | Adjust patch to add additional GCC search dir. | P. J. McDermott | 2013-04-26 | 1 | -0/+40 |
| | |||||
* | Adjust dependencies of library packages. | P. J. McDermott | 2013-04-24 | 3 | -3/+2 |
| | |||||
* | g++-4.7-*-*-*: Add dependencies. | P. J. McDermott | 2013-04-24 | 1 | -0/+7 |
| | |||||
* | cpp-4.7-*-*-*: Add dependency on libc.6. | P. J. McDermott | 2013-04-24 | 1 | -1/+1 |
| | |||||
* | gcc-4.7-*-*-*: Add dependency information. | P. J. McDermott | 2013-04-24 | 1 | -1/+13 |
| | |||||
* | gcc-4.7-common: Provide COPYING.RUNTIME. | P. J. McDermott | 2013-04-23 | 1 | -0/+1 |
| | |||||
* | source.mk: Copy COPYING.RUNTIME into packaging. | P. J. McDermott | 2013-04-23 | 2 | -0/+2 |
| | |||||
* | copyright: Document copyright information. | P. J. McDermott | 2013-04-23 | 1 | -0/+46 |
| | |||||
* | Add control file for libssp.0. | P. J. McDermott | 2013-04-23 | 1 | -0/+6 |
| | |||||
* | Delete libquadmath files. | P. J. McDermott | 2013-04-23 | 2 | -9/+2 |
| | | | | | This is a library to support Fortran programs, and we don't (yet?) build a Fortran compiler. | ||||
* | Add some binary package control files. | P. J. McDermott | 2013-04-23 | 5 | -0/+42 |
| | |||||
* | 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 | 2 | -2/+6 |
| | |||||
* | Install files for libmudflap.0{,-4.7-dev}. | P. J. McDermott | 2013-04-23 | 3 | -0/+8 |
| | |||||
* | gcc-4.7-*-*-*: Provide libquadmath.so. | P. J. McDermott | 2013-04-22 | 1 | -0/+1 |
| | |||||
* | Install files for lib{gomp,itm,quadmath,ssp} pkgs. | P. J. McDermott | 2013-04-22 | 5 | -0/+8 |
| | |||||
* | 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 |
| | |||||
* | Add patterns for oh-installfiles. | P. J. McDermott | 2013-04-22 | 7 | -0/+43 |
| | |||||
* | config: Install *.pkg.in/files to *.pkg/files. | P. J. McDermott | 2013-04-22 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | source.mk: Shorten some strings. | P. J. McDermott | 2013-04-22 | 1 | -7/+7 |
| | |||||
* | source.mk: Use lowercase letters in local macros. | P. J. McDermott | 2013-04-22 | 1 | -21/+21 |
| | |||||
* | build: Support multiple target architectures. | P. J. McDermott | 2013-04-22 | 1 | -6/+10 |
| | |||||
* | config: Generate a makefile fragment with targets. | P. J. McDermott | 2013-04-22 | 2 | -3/+12 |
| | |||||
* | 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 |
| | |||||
* | source.mk: Don't hardcode package name. | P. J. McDermott | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | Git: Ignore source archives. | P. J. McDermott | 2013-04-22 | 1 | -0/+3 |
| | | | | These are too big to all be stored in the Git repository. | ||||
* | Remove 4.7.2 source archive. | P. J. McDermott | 2013-04-22 | 1 | -0/+0 |
| | |||||
* | changelog: New upstream version 4.7.3. | P. J. McDermott | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | source.mk: Get upstream sources over HTTP. | P. J. McDermott | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | Write needed documentation files in source target. | P. J. McDermott | 2013-04-22 | 2 | -7/+10 |
| |