summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog, copyright: New upstream versionHEADmasterPatrick McDermott2021-01-212-2/+2
|
* gcc-8-dev: Limit lib[lt]san.0 deps to amd64-linux-anyPatrick McDermott2019-05-312-2/+9
|
* changelog: Release gcc-8 8.3.0+sip1-1gcc-8/8.3.0+sip1-1Patrick McDermott2019-05-301-1/+1
|
* build: Base jobs on number of CPUsPatrick McDermott2019-05-302-2/+2
| | | | | | | | This is how BusyBox's `nproc --all` works. It's Linux-specific, but the alternatives are the (BusyBox) nproc utility (non-standard and currently disabled in ProteanOS) and the getconf utility (standard but provided by glibc and not in musl) with the _NPROCESSORS_ONLN operand (non-standard but common in standard C libraries).
* release: Tag release commitPatrick McDermott2019-05-301-2/+6
|
* release: New scriptPatrick McDermott2019-05-301-0/+9
|
* liblsan.0, libtsan.0: Reduce Architecture to amd64-linux-anyPatrick McDermott2019-05-302-2/+4
|
* patches/02_gcc-dont-require-machine_suffix-in-prefixes.patch: New patchPatrick McDermott2019-05-291-0/+25
| | | | | | Should fix: gcc: error trying to exec 'cc1': execvp: No such file or directory
* patches: Rename patch 02 to patch 03Patrick McDermott2019-05-291-0/+0
|
* gcc-*-*-*-*: Fix cpp-*-*-*-* dependencyPatrick McDermott2019-05-291-1/+1
|
* build, gcc-*-*-*-*: liblto_plugin gets installed under libexecsubdirPatrick McDermott2019-05-292-5/+5
|
* build: Fix libexecsubdirPatrick McDermott2019-05-281-1/+1
|
* build: Fix more broken dependenciesPatrick McDermott2019-05-281-2/+4
| | | | | | | | The build stamp targets depend on build-gcc-config, which doesn't (and can't) generate a stamp, so the build stamps (still) get updated on every run. This commit completes the fixes started in commit 5f78061.
* config, build: Fix broken dependenciesPatrick McDermott2019-05-282-27/+26
| | | | | | | | Commit 39f565a introduced a bug in which targets like configure-native would be updated on every run, because they didn't generate stamps. This bug was hidden until commit 5fb31a3. This commit partially reverts and amends the aforementioned commits.
* build: Fix syntax errors introduced in 18acc412Patrick McDermott2019-05-261-2/+2
|
* cpp-8-*, gcc-8-*, g++-8-*: Slightly improve descriptionsPatrick McDermott2019-05-264-4/+7
|
* copyright: Drop non-copyright noticePatrick McDermott2019-05-261-1/+0
| | | | This one slipped through.
* changelog: UpdatePatrick McDermott2019-05-261-0/+25
|
* cpp-*-*-*-*, gcc-*-*-*-*, g++-*-*-*-*: Use /usr/libexecPatrick McDermott2019-05-254-6/+6
| | | | First ProteanOS source package to do this!
* build: Override --libexecdirPatrick McDermott2019-05-251-11/+17
|
* copyright: Add gcc noticesPatrick McDermott2019-05-221-0/+209
|
* [WIP] copyright: UpdatePatrick McDermott2019-05-221-83/+949
|
* build: Shorten oh-autobuild commands a bitPatrick McDermott2019-05-201-4/+2
|
* build: Drop an extra "\n" in tm filePatrick McDermott2019-05-201-1/+1
|
* build: Rearrange options to shorten by 1 linePatrick McDermott2019-05-201-7/+6
|
* build: Document local.mk a bitPatrick McDermott2019-05-201-0/+3
|
* build: libsubdir doesn't contain *.spec filesPatrick McDermott2019-05-201-1/+0
|
* build: Drop --enable-clocale=gnuPatrick McDermott2019-05-201-1/+0
|
* build: Disable building libquadmathPatrick McDermott2019-05-201-2/+1
|
* Add more binary packagesPatrick McDermott2019-05-2012-0/+46
|
* gcc-*-*-*-*: Add multiarch-related commentsPatrick McDermott2019-05-191-0/+2
|
* build: Fix commentPatrick McDermott2019-05-191-1/+1
|
* build: Fix broken libgcc_s.so linkPatrick McDermott2019-05-191-3/+7
| | | | | | | | | | Before: /usr/lib/amd64-linux-glibc/gcc/8/libgcc_s.so -> ../../ After: /usr/lib/amd64-linux-glibc/gcc/8/libgcc_s.so -> /lib/amd64-linux-glibc/libgcc_s.so.1
* build: Remove libmpx filesPatrick McDermott2019-05-191-0/+2
|
* build: Don't make install stampPatrick McDermott2019-05-191-5/+10
|
* gcc-8-dev: Install headersPatrick McDermott2019-05-191-0/+1
|
* build: rmdir default header directoriesPatrick McDermott2019-05-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Really fixes: # C++ headers: mkdir -p \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//')/fixed \ dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') \ dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//')/backward mv dest-amd64-linux-glibc/usr/lib/amd64-linux-glibc/gcc/$(oh-architecture amd64-linux-glibc)/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/include/* \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') mv dest-amd64-linux-glibc/usr/lib/amd64-linux-glibc/gcc/$(oh-architecture amd64-linux-glibc)/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/include-fixed/* \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//')/fixed # def_gcc_gxx_tool_include_dir and def_gcc_gxx_backward_include_dir are # subdirectories of def_gcc_gxx_include_dir, so move them first. mv dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/$(oh-architecture amd64-linux-glibc)/* \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') mv dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/backward/* \ dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//')/backward mv dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/* \ dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') mv: can't rename 'dest-amd64-linux-glibc/usr/include/c++/8.3.0/backward': Directory not empty ../build:150: recipe for target 'install-native' failed make[1]: *** [install-native] Error 1 make[1]: Leaving directory '/prokit/sessions/445794320/wd/tmp' ../build:308: recipe for target 'install' failed make: *** [install] Error 2
* Revert "build: Replace mkdir/mv commands with $(inst) func"Patrick McDermott2019-05-191-35/+39
| | | | | This reverts commits 76b1469b1636f47b01e35bb4674fec31470fac75 and c8988cac96bec1e6ff86aed61344118a8036be74.
* build: Make sed RE less greedy in instPatrick McDermott2019-05-191-3/+3
| | | | Also make mkdir/rm/mv verbose.
* build: Replace mkdir/mv commands with $(inst) funcPatrick McDermott2019-05-191-39/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows installation commands to be shorter and should fix: # C++ headers: mkdir -p \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//')/fixed \ dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') \ dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//')/backward mv dest-amd64-linux-glibc/usr/lib/amd64-linux-glibc/gcc/$(oh-architecture amd64-linux-glibc)/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/include/* \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') mv dest-amd64-linux-glibc/usr/lib/amd64-linux-glibc/gcc/$(oh-architecture amd64-linux-glibc)/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/include-fixed/* \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//')/fixed # def_gcc_gxx_tool_include_dir and def_gcc_gxx_backward_include_dir are # subdirectories of def_gcc_gxx_include_dir, so move them first. mv dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/$(oh-architecture amd64-linux-glibc)/* \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') mv dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/backward/* \ dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//')/backward mv dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/* \ dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') mv: can't rename 'dest-amd64-linux-glibc/usr/include/c++/8.3.0/backward': Directory not empty ../build:150: recipe for target 'install-native' failed make[1]: *** [install-native] Error 1 make[1]: Leaving directory '/prokit/sessions/445794320/wd/tmp' ../build:308: recipe for target 'install' failed make: *** [install] Error 2
* build: Move mkdir commandsPatrick McDermott2019-05-191-2/+2
|
* gcc-*-*-*-*: Depend on gcc-*-devPatrick McDermott2019-05-191-0/+1
|
* gcc-8-dev: New binary packagePatrick McDermott2019-05-192-0/+19
|
* build: Rearrange C++ header mv commandsPatrick McDermott2019-05-191-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: # C++ headers: mkdir -p \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//')/fixed \ dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') \ dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//')/backward mv dest-amd64-linux-glibc/usr/lib/amd64-linux-glibc/gcc/$(oh-architecture amd64-linux-glibc)/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/include/* \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') mv dest-amd64-linux-glibc/usr/lib/amd64-linux-glibc/gcc/$(oh-architecture amd64-linux-glibc)/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/include-fixed/* \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/gcc/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//')/fixed mv dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/* \ dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') mv dest-amd64-linux-glibc/usr/include/c++/$(printf '%s\n' '8.3.0+sip1' | sed 's/+sip.*//')/$(oh-architecture amd64-linux-glibc)/* \ dest-amd64-linux-glibc/usr/include/amd64-linux-glibc/c++/$(printf '%s\n' 'gcc-8' | sed 's/^gcc-//') mv: can't rename 'dest-amd64-linux-glibc/usr/include/c++/8.3.0/x86_64-unknown-linux-gnu/*': No such file or directory ../build:150: recipe for target 'install-native' failed make[1]: *** [install-native] Error 1 make[1]: Leaving directory '/prokit/sessions/2969185405/wd/tmp' ../build:307: recipe for target 'install' failed make: *** [install] Error 2
* build: No files match $(destdir)$(libsubdir)/*.specPatrick McDermott2019-05-191-1/+0
|
* build: Don't pass --with-gxx-include-dirPatrick McDermott2019-05-191-1/+0
| | | | This is handled later with macros and mkdir/mv commands.
* build: Don't override STANDARD_STARTFILE_PREFIX_[12]Patrick McDermott2019-05-191-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If not set, gcc/gcc.c sets these to "/lib" and "/usr/lib". Setting both to "" prevented this, but caused libgcc_s.so (libgcc/Makefile.in lines 979-991) build failures: # @multilib_flags@ is still needed because this may use # /prokit/sessions/222768606/wd/tmp/obj-amd64-linux-glibc/./gcc/xgcc -B/prokit/sessions/222768606/wd/tmp/obj-amd64-linux-glibc/./gcc/ -B/usr/x86_64-unknown-linux-gnu/bin/ -B/usr/x86_64-unknown-linux-gnu/lib/ -isystem /usr/x86_64-unknown-linux-gnu/include -isystem /usr/x86_64-unknown-linux-gnu/sys-include and -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector directly. # @multilib_dir@ is not really necessary, but sometimes it has # more uses than just a directory name. /bin/sh /prokit/sessions/222768606/wd/tmp/src/libgcc/../mkinstalldirs . /prokit/sessions/222768606/wd/tmp/obj-amd64-linux-glibc/./gcc/xgcc -B/prokit/sessions/222768606/wd/tmp/obj-amd64-linux-glibc/./gcc/ -B/usr/x86_64-unknown-linux-gnu/bin/ -B/usr/x86_64-unknown-linux-gnu/lib/ -isystem /usr/x86_64-unknown-linux-gnu/include -isystem /usr/x86_64-unknown-linux-gnu/sys-include -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc.map -o ./libgcc_s.so.1.tmp -g -O2 -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _mulhc3_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _divhc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _bswapsi2_s.o _bswapdi2_s.o _clrsbsi2_s.o _clrsbdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _divmoddi4_s.o _udivdi3_s.o _umoddi3_s.o _udivmoddi4_s.o _udiv_w_sdiv_s.o cpuinfo_s.o sfp-exceptions_s.o addtf3_s.o divtf3_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o getf2_s.o letf2_s.o eqtf2_s.o _divtc3_s.o _multc3_s.o _powitf2_s.o enable-execute-stack_s.o unwind-dw2_s.o unwind-dw2-fde-dip_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o libgcc.a -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && (echo "/* GNU ld script"; echo " Use the shared library, but some functions are only in"; echo " the static library. */"; echo "GROUP ( libgcc_s.so.1 -lgcc )" ) > ./libgcc_s.so /usr/bin/ld: cannot find crti.o: No such file or directory collect2: error: ld returned 1 exit status Makefile:980: recipe for target 'libgcc_s.so' failed make[4]: *** [libgcc_s.so] Error 1 make[4]: Leaving directory '/prokit/sessions/222768606/wd/tmp/obj-amd64-linux-glibc/x86_64-unknown-linux-gnu/libgcc' Makefile:13134: recipe for target 'all-target-libgcc' failed make[3]: *** [all-target-libgcc] Error 2 make[3]: Leaving directory '/prokit/sessions/222768606/wd/tmp/obj-amd64-linux-glibc' Makefile:911: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/prokit/sessions/222768606/wd/tmp/obj-amd64-linux-glibc' ../build:135: recipe for target 'build-native' failed make[1]: *** [build-native] Error 2 make[1]: Leaving directory '/prokit/sessions/222768606/wd/tmp' ../build:305: recipe for target 'build' failed make: *** [build] Error 2
* Revert "build, targets.d/*.mk: Don't edit MULTIARCH_DIRNAME"Patrick McDermott2019-05-191-0/+1
| | | | This reverts commit b81d6d62b741b9767c7603004dea94f91baaa5e1.
* Revert "build, targets.d/*.mk: Don't edit MULTILIB_OSDIRNAMES"Patrick McDermott2019-05-193-0/+7
| | | | This reverts commit 8ae6e901b08b3136349bbcaef806c7afbd0fe759.
* build: Put *.spec files in a versioned directoryPatrick McDermott2019-05-181-2/+3
|