summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* config: Make version-agnosticPatrick McDermott2019-05-141-9/+10
|
* build: Dynamically generate native OPK_PACKAGESPatrick McDermott2019-05-141-14/+4
| | | | Also don't export it.
* build: Update paths in rm commandsPatrick McDermott2019-05-141-16/+9
|
* build: Update libquadmath pathPatrick McDermott2019-05-141-1/+1
|
* build: Remove individual library mv/ln commandsPatrick McDermott2019-05-141-41/+0
|
* build: Post-process directoriesPatrick McDermott2019-05-141-1/+14
|
* build: Set gcc_gxx_tool_include_dirPatrick McDermott2019-05-131-4/+8
|
* patches/01_allow-more-dirs-to-be-configured.patch: Restore ↵Patrick McDermott2019-05-131-3/+22
| | | | gcc_gxx_tool_include_dir
* gcc-4.7: Drop libmudflap.0-4.7-dev from SuggestsPatrick McDermott2019-05-131-1/+0
|
* build: Drop more mudflap referencesPatrick McDermott2019-05-131-4/+0
| | | | This completes commit 0181c45.
* build: Replace dir macros with user_tooldir_prefixPatrick McDermott2019-05-131-9/+1
| | | | This completes commit a8671f4.
* build: Simplify/improve /usr/bin/* handlingPatrick McDermott2019-05-131-20/+8
| | | | Adds a prefix to /usr/bin/*gcov-* files.
* libmudflap.0, libmudflap.0-4.7-dev: RemovePatrick McDermott2019-05-134-24/+0
|
* build: Drop libiberty and mudflap commandsPatrick McDermott2019-05-131-14/+0
| | | | | Mudflap was removed in GCC 4.9, and libiberty.a is apparently no longer installed.
* build: Support specific overrides in local.mkPatrick McDermott2019-05-131-4/+12
|
* build: Replace dir macros with user_tooldir_prefixPatrick McDermott2019-05-131-24/+3
|
* patches/01_allow-more-dirs-to-be-configured.patch: Drop most dir macrosPatrick McDermott2019-05-131-117/+7
|
* patches/02_PR55930-dependency-tracking.patch: New filePatrick McDermott2019-05-031-0/+42
|
* gcc-keyring.gpg: RemovePatrick McDermott2019-05-021-0/+0
|
* patches/01_allow-more-dirs-to-be-configured.patch: RefreshPatrick McDermott2019-05-021-76/+52
| | | | | | Mostly offset changes. libmudflap is gone, there's a bit of fuzz in gcc/Makefile.in, and the indentation in the added gcc/gcc.c code is now more GNU-Coding-Standards-conformant.
* source.mk: Remove embedded copy of zlibPatrick McDermott2019-05-022-0/+3
|
* build: Remove more "4.7" stringsPatrick McDermott2019-05-021-5/+5
|
* .gitignore: Exclude keyring.gpgPatrick McDermott2019-05-021-0/+1
|
* .gitignore: Don't exclude (hide) log filesPatrick McDermott2019-05-021-3/+0
|
* build: Back up modified src/gcc/config/ filesPatrick McDermott2019-05-021-9/+11
|
* build: Drop --disable-libmudflapPatrick McDermott2019-05-021-1/+0
| | | | | The mudflap run time checker was removed in GCC 4.9 and it is superseded by Address Sanitizer.
* build: Drop hardcoded version in --with-gxx-include-dirPatrick McDermott2019-05-021-1/+1
|
* source.mk: Pass explicit data file arg to gpgPatrick McDermott2019-05-021-1/+2
| | | | | | Fixes: gpg: assuming signed data in 'gcc-8.3.0.tar.xz'
* source.mk: Remove signaturePatrick McDermott2019-05-021-1/+1
|
* source.mk: Save unpacked sourcesPatrick McDermott2019-05-021-2/+2
|
* control: Update Maintainer and HomepagePatrick McDermott2019-05-022-2/+9
|
* source.mk: Switch to downloading xz archivePatrick McDermott2019-05-021-2/+2
| | | | Upstream no longer offers bzip2.
* source.mk: Improve gpg verificationPatrick McDermott2019-05-022-13/+20
|
* Release gcc-4.7 4.7.3+sip1-1.gcc-4.7/4.7.3+sip1-1proteanos-trunk/gcc-4.7P. J. McDermott2014-03-161-1/+1
|
* Fix reversed descriptions.P. J. McDermott2014-03-162-4/+4
|
* control: Put Maintainer at the top.P. J. McDermott2014-03-161-1/+1
|
* Adjust patch metadata fields.P. J. McDermott2014-03-161-8/+9
|
* Update my e-mail address.P. J. McDermott2014-03-153-3/+3
|
* Fix some dependencies.P. J. McDermott2014-03-1510-18/+15
|
* copyright: Add more notices.P. J. McDermott2014-03-151-3/+161
|
* Make package descriptions architecture-specific.P. J. McDermott2014-02-232-2/+2
|
* Fix disablement of cross compilers.P. J. McDermott2014-02-232-2/+4
| | | | | In a control file, a "#" character only begins a comment at the start of a line.
* build: Override targets to disable cross builds.P. J. McDermott2014-01-281-0/+11
|
* targets.d/i686-linux-glibc.sh: New file.P. J. McDermott2014-01-271-0/+5
|
* targets.d/core-linux-eglibc.sh: Remove.P. J. McDermott2014-01-271-5/+0
|
* targets.d/amd64-linux-glibc.sh: New file.P. J. McDermott2014-01-271-0/+5
|
* Disable cross compilers, for now.P. J. McDermott2014-01-222-2/+2
| | | | | They should be enabled again sometime after the first two architecture ports are bootstrapped.
* Update Architecture fields.P. J. McDermott2014-01-222-2/+2
|
* targets.in: Update.P. J. McDermott2014-01-221-4/+2
|
* build: Disable tests.P. J. McDermott2013-12-071-3/+3
| | | | These take a rather long time.