Commit Graph

898 Commits

Author SHA1 Message Date
Wolfgang Thaller 73e4ff6520 delete unneeded builder 2021-12-08 21:49:45 +01:00
Wolfgang Thaller 9e1b653f3a add RetroConsole 2021-12-08 21:49:45 +01:00
Wolfgang Thaller 7b0091ae49 rearrange packages 2021-12-08 21:49:44 +01:00
Wolfgang Thaller 11fb59b652 remove useless and incorrect meta.platforms annotations 2021-12-08 21:49:44 +01:00
Wolfgang Thaller 000fe4d712 nixfmt 2021-12-08 21:49:44 +01:00
Wolfgang Thaller 6258f1e0c0 rearrange attributes 2021-12-08 21:49:44 +01:00
Wolfgang Thaller dd85a3d89c simplify 2021-12-08 21:49:44 +01:00
Wolfgang Thaller 87bfd09130 plain default.nix 2021-12-08 21:49:44 +01:00
Wolfgang Thaller dff691c443 setup REZ_TEMPLATES_PATH 2021-12-08 21:49:44 +01:00
Wolfgang Thaller c0dbb90b0b rez include paths 2021-12-08 21:49:43 +01:00
Wolfgang Thaller 273f7eacba some dependency inversion: make sure gcc does not depend on retro68_tools 2021-12-08 21:49:43 +01:00
Wolfgang Thaller 90b7a3332d setup hook supplying a cmake toolchain file 2021-12-08 21:49:43 +01:00
Wolfgang Thaller 347a21596d flake.nix cleanup 2021-12-08 21:49:43 +01:00
Wolfgang Thaller 76826fb824 powerpc cross compilation 2021-12-08 21:49:43 +01:00
Wolfgang Thaller dc07bb2c93 remove mingtest 2021-12-08 21:49:43 +01:00
Wolfgang Thaller 48c76e72a8 minor fixes 2021-12-08 21:49:42 +01:00
Wolfgang Thaller 1559630536 platform abstraction 2021-12-08 21:49:42 +01:00
Wolfgang Thaller 8349ce162a nix: hide result-dev and similar directories 2021-12-08 21:49:42 +01:00
Wolfgang Thaller 08a619181e set up editorconfig for .nix files 2021-12-08 21:49:42 +01:00
Wolfgang Thaller 76b6e67f4e improve flake setup 2021-12-08 21:49:42 +01:00
Wolfgang Thaller 09f857cc2b delete old stuff 2021-12-08 21:49:42 +01:00
Wolfgang Thaller 9cdf56d4d5 cross compilation! 2021-12-08 21:49:42 +01:00
Wolfgang Thaller 6c81b0cc51 first cross CC 2021-12-08 21:49:41 +01:00
Wolfgang Thaller dd7fe83b93 initial flake 2021-12-08 21:49:41 +01:00
Wolfgang Thaller 03830f6e97
Merge pull request #144 from autc04/aatch64-darwin-autotools
aarch64 darwin autotools
2021-12-08 21:49:00 +01:00
Wolfgang Thaller 0faca7b317 Merge branch 'azure-update' (early part) 2021-12-08 21:21:26 +01:00
Wolfgang Thaller ec657af553 bump macos version 2021-12-08 18:43:57 +01:00
Wolfgang Thaller 00d7a00c1b Azure discontinued support for ubuntu 16.04. Welcome to a new decade. 2021-12-08 18:34:50 +01:00
Wolfgang Thaller ad7bdb84b8 now that config.guess is fixed, gcc needs to know about aarch64-apple-darwin, not arm-apple-darwin 2021-12-08 18:17:46 +01:00
Wolfgang Thaller 16c9f7b849 autoreconf binutils 2021-12-08 18:17:45 +01:00
Wolfgang Thaller 1ff3fe67a5 more autoreconfing 2021-12-08 18:17:45 +01:00
Wolfgang Thaller ea001ef5f8 autoreconf/libtoolize some things 2021-12-08 18:17:45 +01:00
Wolfgang Thaller 952761eef3 remove pdf that shouldn't be there 2021-12-05 14:39:50 +01:00
Wolfgang Thaller 2a92e32761
Merge pull request #143 from b-/patch-1
Shortened a couple of build steps
2021-10-25 16:51:56 +02:00
br d702c68321
Shortened a couple of build steps 2021-10-25 07:35:43 -04:00
Wolfgang Thaller b3c840a3c8
Merge pull request #134 from mackiea/32bit_fixes
32-bit build fixes
2021-09-19 17:58:53 +02:00
Wolfgang Thaller c124cf98d9 fix gettimeofday (was off by one day) 2021-09-19 17:57:24 +02:00
Wolfgang Thaller beb4c2c518
Merge pull request #138 from ZaneKaminski/master
#include <sstream> in Rez/RezLexerNextToken.cc
2021-05-31 08:59:41 +02:00
Zane Kaminski 1bf09c8b5f #include <sstream> in RezLexerNextToken.cc
Fixes bug building on macOS 11.3.1 and boost 1.76.0. Evidently sstream was previously included in another header referenced by this file but now is not. The new include directive allows the project to build.
2021-05-31 00:39:52 -04:00
Wolfgang Thaller 8d32c583ae
Merge pull request #137 from fairfieldt/fix-build-toolchain-powermac
fixes bug in build-toolchain when running on Power Mac
2021-05-07 08:35:40 +02:00
Tom Fairfield f55df9e129 fixes bug in build-toolchain when running on Power Mac
Running on a Power Mac + Tiger system, `uname -m` returns "Power Mac".
Unless the result is quoted, it will get improperly split and the if
conditional breaks.
2021-05-05 11:27:59 -07:00
Andrew Mackie 33b380d776 Fixes to make libelf build in 32-bit. Tested on Debian 4.19.98-1+deb10u1. Addresses https://github.com/autc04/Retro68/issues/119. 2021-04-27 14:25:43 -04:00
Wolfgang Thaller 0bbb21ad98
Merge pull request #128 from ryandesign/patch-2
Use relative symlinks to Elf2Mac
2021-04-19 22:06:04 +02:00
Wolfgang Thaller 82330db7fb
Merge pull request #127 from ryandesign/patch-1
Fix typos in build script messages
2021-04-19 22:05:13 +02:00
Wolfgang Thaller 153eb65074
Merge pull request #133 from ryandesign/patch-3
Remove unused ARCHS variable
2021-04-19 21:39:04 +02:00
Ryan Schmidt 9642da7eb1
Remove unused ARCHS variable 2021-04-19 03:13:45 -05:00
Wolfgang Thaller e8fb52d494
Merge pull request #130 from ryandesign/patch-3
Fix separate build directory instructions
2021-04-18 12:25:04 +02:00
Ryan Schmidt 7240f29e22
Fix separate build directory instructions 2021-04-17 00:22:59 -05:00
Ryan Schmidt 63d6f6b684
Use relative symlinks to Elf2Mac
Use relative rather than absolute symlinks to Elf2Mac. This helps things
not break if the prefix is later moved.
2021-04-16 23:37:22 -05:00
Ryan Schmidt eb7223f368
Fix typos in build script messages 2021-04-15 15:27:58 -05:00