bebbo
1f77c26628
use rsync --no-grwqoup
2022-11-19 12:07:30 +01:00
Adrian Chadd
ff94f7cd5c
Fix newlib build for FreeBSD
...
newlib was using 'gcc' if the CC_FOR_BUILD variable wasn't set.
So, explicitly set it here to the compiler that we're using.
2022-07-24 18:43:50 -07:00
Stefan "Bebbo" Franke
22c794663c
Update Makefile
...
find bash on path
2022-07-13 12:17:44 +02:00
Adrian Chadd
91fed07e21
Fix CONFIG_GCC to work on FreeBSD
...
Like darwin the ports bits are not in the default path, but we
don't have a 'brew' command to get the ports prefix.
So just use /usr/local/ as an overrideable default for now.
This allows gcc to be built.
2022-07-10 22:35:35 -07:00
Adrian Chadd
fb9ca6921a
Fix top-level build rules for FreeBSD
...
* use gsed, not sed, like on macosx
* GNU make is not "make" on BSD systems, it's "gmake", so use $(MAKE)
instead so it picks up the executed make program.
2022-07-10 22:16:58 -07:00
Christoph Fassbach
97e1a5d98b
Try having 3.9 and 3.2 at the same time
2022-06-27 11:43:25 +02:00
Christoph Fassbach
1931b3aa99
Try having 3.9 and 3.2 at the same time
2022-06-27 11:30:38 +02:00
Christoph Fassbach
dce4123b78
Adapt Makefile for NDK 3.2 R4
2022-06-27 00:18:04 +02:00
bebbo
5405b0c16e
sdk requires lha
2022-05-11 17:32:11 +02:00
bebbo
38dc3e3e47
exclude gdb from min target
2022-05-11 08:54:03 +02:00
Dustin Simpson
df92eb8859
fix for Mac, use gsed for parsing .repos
2022-04-25 21:06:09 -07:00
bebbo
e17bea3d93
add support to switch the branch per module
2022-04-20 10:44:21 +02:00
bebbo
42242b3db2
fd2sfd -> https://github.com/adtools/fd2sfd
2021-12-02 08:01:34 +01:00
Christian Vogelgsang
652b6a7e9b
autodetect install location of homebrew
2021-11-27 13:42:59 +01:00
Colin Ward
613d32171b
Use GNU sed for generating ndk13 headers
...
The BSD version of sed that is included with macOS crashes when it
encounters the (c) symbol in NDK includes, and has some other
compatibility issues, so use GNU sed on macos instead.
2021-10-31 17:00:42 +01:00
bebbo
5e0180aab8
refs #247 : add LC_CTYPE=C
2021-10-22 07:30:07 +02:00
bebbo
1495010a44
no 'a' in regex src...
2021-10-21 13:21:37 +02:00
bebbo
99f6fb6909
refs #242 : fix generated inline header for ndk13
2021-09-21 23:46:52 +02:00
bebbo
e113d55c3a
refs #239 : fix verbose build
...
make: Nothing to be done for 'all'.
is working again
2021-09-12 14:43:19 +02:00
Bebbo
15656337da
refs #232 : random hacking..
2021-08-19 14:11:14 +02:00
Bebbo
cb8371985f
refs #231 : fix NDK39 again..
2021-08-18 12:08:39 +02:00
Bebbo
fd0a7f1df5
refs #231 : due to a single request of a multiple... support make via sudo
2021-08-17 21:13:00 +02:00
Stefan "Bebbo" Franke
5a9d90571d
Merge pull request #229 from MBeijer/patch-4
...
Fix build errors
2021-08-16 17:00:49 +02:00
bebbo
dfec70443c
refs #230 : fix bad archive name
2021-08-16 16:26:15 +02:00
Marlon Beijer
82f4e42b8c
Make 'patch' return 0 when skipping an already applied patch
2021-08-16 12:39:37 +02:00
Marlon Beijer
644c9a0158
Make sure NDK39.lha is saved correctly
2021-08-16 12:22:01 +02:00
bebbo
ebed8dfa39
refs #222 : apply __stdargs to all clib/*protos.h
2021-08-12 18:56:53 +02:00
bebbo
ce57d355fc
undo
2021-08-12 17:31:15 +02:00
bebbo
6abb475a2c
refs #222 : use [[:space:]] instead of \s
2021-08-12 15:03:47 +02:00
bebbo
4d061c1306
fix NDK3.9 url
2021-08-12 14:58:58 +02:00
bebbo
de156c02dc
refs #222 : use correct sfdc repo
2021-08-12 08:03:46 +02:00
bebbo
e7d9d3418b
refs #222 : add support for NDK3.2
...
make NDK=3.2 ...
2021-08-10 22:36:46 +02:00
Stefan "Bebbo" Franke
deafbf9761
Merge pull request #220 from mheyer32/redirect_vasm_vlink
...
redirect VASM and VLINK repo to https://github.com/mheyer32/...
2021-05-18 20:51:25 +02:00
mheyer
d9c11489d3
redirect VASM and VLINK repo to https://github.com/mheyer32/...
...
The leffmann repos have not been updated in a long time.
2021-05-18 11:08:17 -07:00
bebbo
c673513c75
fix superfluous @
2021-03-23 18:36:24 +01:00
bebbo
e268b2a2fd
fix newlib
2021-03-22 11:48:53 +01:00
bebbo
a39cd379c5
clean-prefix: drop more stuff. newlib: no need to reconfigure
2021-03-22 10:45:37 +01:00
bebbo
6230eedff2
add THREADS=posix support, add min target
2020-12-22 20:29:34 +01:00
bebbo
9f390a5bbc
force clib2 make to use only one thread
2020-06-03 20:41:50 +02:00
bebbo
c526750b6c
refs https://github.com/bebbo/newlib-cygwin/issues/13 : use long as time_t to be compatible
2020-04-15 09:43:59 +02:00
bebbo
c344914e6a
refs #140 : use Makefile instead of Makefile.bax in libSDL12
2019-12-03 06:55:34 +01:00
bebbo
b04b2ca22f
switch back to thread model single
2019-08-05 13:06:59 +02:00
bebbo
b189becd98
switch threading to POSIX
2019-06-30 22:28:21 +02:00
bebbo
a23fa87517
change grepping make check
2019-06-29 10:59:01 +02:00
bebbo
e0e5e5cf09
use aminet instead of server.owl
2019-06-15 09:16:54 +02:00
Stefan "Bebbo" Franke
5995935f4f
Merge pull request #101 from prb28/master
...
Osx GDB build fix
2019-06-14 06:43:12 +02:00
praingeard
4a4fb4cab8
fix: gmp lib version removed
2019-06-14 00:30:59 +02:00
praingeard
8454c1e496
fix gdb build on osx
2019-06-13 23:36:42 +02:00
bebbo
6173308a1f
add baseboards and check target -> us make check board=amigaos to run dejagnu execute tests
2019-06-13 09:48:34 +02:00
bebbo
06d1bcb979
fix clean-libgcc: don't fail
2019-06-09 21:14:52 +02:00