summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* build: (Re)move liblto_plugin.so.0*Patrick McDermott2019-05-181-2/+2
|
* build: Add cpp to compiler packagesPatrick McDermott2019-05-181-1/+3
|
* build: Install compiler files before library filesPatrick McDermott2019-05-181-2/+4
|
* build: Put *.o objects in a versioned directoryPatrick McDermott2019-05-181-0/+2
|
* build: Remove moved linksPatrick McDermott2019-05-181-0/+1
|
* build: Use sed instead of prefix removalsPatrick McDermott2019-05-181-2/+3
|
* build: Make link destination relativePatrick McDermott2019-05-181-2/+2
|
* build: Put *.so links in a versioned directoryPatrick McDermott2019-05-181-0/+7
|
* build: Don't generate install stampsPatrick McDermott2019-05-181-1/+1
|
* build: Fix target typePatrick McDermott2019-05-181-1/+1
|
* build: Move comments to fix whitespacePatrick McDermott2019-05-181-2/+4
| | | | | | | | | | | | | | | | | | Fixes: ../build:22: ../targets.d/~none: No such file or directory ../build:22: .mk: No such file or directory make: *** No rule to make target '.mk'. Stop. And: [ -e "src/gcc/config /i386/linux64.h.orig" ] || \ mv "src/gcc/config /i386/linux64.h" "src/gcc/config /i386/linux64.h.orig" mv: can't rename 'src/gcc/config /i386/linux64.h': No such file or directory ../build:121: recipe for target 'build-gcc-config' failed make[1]: *** [build-gcc-config] Error 1 make is stupid sometimes.
* build, targets.d/*.mk: Don't edit MULTIARCH_DIRNAMEPatrick McDermott2019-05-181-3/+0
|
* build: Add/move comments in build-gcc-configPatrick McDermott2019-05-181-1/+2
|
* build, targets.d/*.mk: Don't edit MULTILIB_OSDIRNAMESPatrick McDermott2019-05-181-1/+0
|
* build: Move gcc and C++ headersPatrick McDermott2019-05-181-3/+24
| | | | Also add more comments.
* build: Drop include_prefix macroPatrick McDermott2019-05-181-1/+0
|
* build: Set include dir macrosPatrick McDermott2019-05-181-2/+10
|
* build: Add missing trailing "/" to prefixesPatrick McDermott2019-05-181-2/+2
|
* build: Drop old dir_macrosPatrick McDermott2019-05-181-3/+0
|
* build: Separate "gcc" and "c++" from ver with "/"Patrick McDermott2019-05-181-4/+4
|
* build: Rename prefix macrosPatrick McDermott2019-05-181-10/+10
|
* build: Set prefixes in target machine config headerPatrick McDermott2019-05-181-0/+6
|
* build: Split/improve build-gcc-config commentsPatrick McDermott2019-05-181-5/+5
|
* build: Use "#" in build-gcc-config commandPatrick McDermott2019-05-181-1/+1
| | | | | | POSIX suggests that "#" only delimits comments in macro definitions and at the beginnings of lines, but it isn't clear. GNU and NetBSD make implementations at least allow this.
* build: Shorten build-gcc-config commandsPatrick McDermott2019-05-181-16/+10
|
* build, targets.d/*.mk: Shorten gcc config macro namesPatrick McDermott2019-05-181-13/+13
|
* build: Use targets.d/*.mkPatrick McDermott2019-05-181-22/+23
|
* build: set -e in configure, build, and installPatrick McDermott2019-05-181-0/+1
|
* build: Drop 0 macroPatrick McDermott2019-05-181-5/+2
|
* config, build: Simplify targetsPatrick McDermott2019-05-181-36/+28
|
* build: Set "0" macroPatrick McDermott2019-05-181-0/+3
|
* gcc-*-*-*-*: Move start files and libs to host-indep dirPatrick McDermott2019-05-161-20/+46
|
* libgcc.1: Put libgcc_s.so.1 back under /libPatrick McDermott2019-05-151-0/+3
|
* libitm.1: Remove (unlikely to ever be needed)Patrick McDermott2019-05-151-0/+2
|
* Install libraries in standard libdirPatrick McDermott2019-05-151-7/+6
|
* build: Set default jobs to 4Patrick McDermott2019-05-151-1/+1
|
* build: Use oh-shlibdepsPatrick McDermott2019-05-141-0/+2
|
* build: Update plugin dir path in rm commandPatrick McDermott2019-05-141-1/+1
|
* build: Make /usr/bin/*-*-*-c++-* a symbolic linkPatrick McDermott2019-05-141-0/+3
| | | | This completes commit 8d08bb7.
* build: Fix line continuationPatrick McDermott2019-05-141-1/+1
|
* build: Fix destdir in dir macrosPatrick McDermott2019-05-141-19/+21
|
* build: Post-process arch-dependent C++ headersPatrick McDermott2019-05-141-1/+5
|
* build: Make /usr/bin/*-*-*-c++-* a symbolic linkPatrick McDermott2019-05-141-0/+3
| | | | Not a hard link.
* build: Fix quotingPatrick McDermott2019-05-141-1/+1
|
* gcc-8-*-*-*: Drop static librariesPatrick McDermott2019-05-141-1/+2
|
* 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
|