summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: Make cpp-4.7 target-independent.P. J. McDermott2013-05-301-2/+1
|
* control: Add missing opkhelper-3.0 build dep.P. J. McDermott2013-05-181-1/+1
|
* Make cpp-4.7 target-independent.P. J. McDermott2013-05-183-3/+3
|
* build: Also don't set LDFLAGS at build time.P. J. McDermott2013-04-271-2/+0
|
* Edit default ELF INTERP paths in GCC config files.P. J. McDermott2013-04-272-0/+14
|
* build: Don't use --with-{stage1,boot}-ldflags.P. J. McDermott2013-04-271-2/+0
| | | | | | | | | For some reason, the --with-boot-ldflags option causes NEEDED references to libstdc++.so.6 and libgcc_s.so.1 to be added to the DYNAMIC sections of gcc, cpp, cc1, etc. These options are only useful during the first stage of the bootstrap of the first ProteanOS port, anyway, and they aren't strictly necessary even then.
* build: Also set INTERP with LDFLAGS at build time.P. J. McDermott2013-04-271-0/+2
| | | | This is necessary for cross compilers, at least.
* build: Better organize some things.P. J. McDermott2013-04-271-11/+12
|
* build: Look for ld.so link in /usr/lib/<target>.P. J. McDermott2013-04-271-2/+2
| | | | It's a development file, not a critical system file.
* build: Set GCC's ELF INTERP.P. J. McDermott2013-04-271-0/+12
|
* build: Rm unneeded files in installcross targets.P. J. McDermott2013-04-261-0/+8
|
* build: Mv oh-autoinstalls to native/cross targets.P. J. McDermott2013-04-261-7/+17
|
* Add buildnative and buildcross targets to build.P. J. McDermott2013-04-262-3/+20
|
* build: Fix a syntax error.P. J. McDermott2013-04-261-1/+0
|
* Add installnative & installcross targets to build.P. J. McDermott2013-04-262-4/+29
|
* Rename patch file and adjust patch description.P. J. McDermott2013-04-261-1/+4
|
* Adjust patch to add additional GCC search dir.P. J. McDermott2013-04-261-0/+40
|
* Adjust dependencies of library packages.P. J. McDermott2013-04-243-3/+2
|
* g++-4.7-*-*-*: Add dependencies.P. J. McDermott2013-04-241-0/+7
|
* cpp-4.7-*-*-*: Add dependency on libc.6.P. J. McDermott2013-04-241-1/+1
|
* gcc-4.7-*-*-*: Add dependency information.P. J. McDermott2013-04-241-1/+13
|
* gcc-4.7-common: Provide COPYING.RUNTIME.P. J. McDermott2013-04-231-0/+1
|
* source.mk: Copy COPYING.RUNTIME into packaging.P. J. McDermott2013-04-232-0/+2
|
* copyright: Document copyright information.P. J. McDermott2013-04-231-0/+46
|
* Add control file for libssp.0.P. J. McDermott2013-04-231-0/+6
|
* Delete libquadmath files.P. J. McDermott2013-04-232-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. McDermott2013-04-235-0/+42
|
* build: Run oh-strip.P. J. McDermott2013-04-231-0/+1
|
* build: Run oh-fixperms.P. J. McDermott2013-04-231-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. McDermott2013-04-232-2/+6
|
* Install files for libmudflap.0{,-4.7-dev}.P. J. McDermott2013-04-233-0/+8
|
* gcc-4.7-*-*-*: Provide libquadmath.so.P. J. McDermott2013-04-221-0/+1
|
* Install files for lib{gomp,itm,quadmath,ssp} pkgs.P. J. McDermott2013-04-225-0/+8
|
* build: Fix paths to .la files.P. J. McDermott2013-04-221-11/+11
| | | | libdir is a shell parameter, not a make macro.
* build: Install package files.P. J. McDermott2013-04-221-0/+25
|
* Add patterns for oh-installfiles.P. J. McDermott2013-04-227-0/+43
|
* config: Install *.pkg.in/files to *.pkg/files.P. J. McDermott2013-04-221-0/+1
|
* build: Add "configure" and "build" stamps.P. J. McDermott2013-04-221-3/+8
|
* build: Fix libsubincludedir.P. J. McDermott2013-04-221-2/+2
|
* source.mk: Shorten some strings.P. J. McDermott2013-04-221-7/+7
|
* source.mk: Use lowercase letters in local macros.P. J. McDermott2013-04-221-21/+21
|
* build: Support multiple target architectures.P. J. McDermott2013-04-221-6/+10
|
* config: Generate a makefile fragment with targets.P. J. McDermott2013-04-222-3/+12
|
* build: Add a -t option to oh-autoconfigure calls.P. J. McDermott2013-04-221-2/+2
|
* build: Add a new destdir macro.P. J. McDermott2013-04-221-59/+62
|
* build: Add a new target macro.P. J. McDermott2013-04-221-54/+54
|
* build: Add a new builddir macro.P. J. McDermott2013-04-221-4/+6
|
* build: Shorten paths to .la files in rm command.P. J. McDermott2013-04-221-10/+11
|
* build: Use only lowercase letters in local macros.P. J. McDermott2013-04-221-35/+35
|
* build: Clean up setting of *dir macros.P. J. McDermott2013-04-221-10/+14
|