1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-20 05:23:50 +00:00
Commit Graph

436 Commits

Author SHA1 Message Date
6b1ddc972a Merge pull request #305 from githubaf/patch-1
Update install
2022-09-21 14:06:52 +02:00
ca0f5a1a15 Update install
Directories in sdk=mhi had +x not set -> access denied
2022-09-21 10:16:42 +02:00
d051045a02 update mui sdk 2022-07-31 06:58:32 +02:00
1d3fdbfcd6 Merge pull request #298 from erikarn/ahc_2022_fix_freebsd_build_newlib
Fix newlib build for FreeBSD
2022-07-26 08:42:39 +02:00
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
cec13cba75 Merge pull request #293 from erikarn/ahc_2022_fix_freebsd_build
top level build fixes for freebsd
2022-07-13 19:27:06 +02:00
22c794663c Update Makefile
find bash on path
2022-07-13 12:17:44 +02:00
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
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
f562562ffd refs #291: updated Dockerfile 2022-07-09 20:24:03 +02:00
b9ed9db219 refs #288: patch muimaster.h to not use varargs 2022-06-30 12:30:40 +02:00
56522003be Merge pull request #287 from christoph-fassbach/issue-285
Issue 285
2022-06-27 20:44:45 +02:00
97e1a5d98b Try having 3.9 and 3.2 at the same time 2022-06-27 11:43:25 +02:00
1931b3aa99 Try having 3.9 and 3.2 at the same time 2022-06-27 11:30:38 +02:00
1701f3844d Merge pull request #286 from christoph-fassbach/issue-285
Issue 285
2022-06-27 07:31:57 +02:00
34a90d4084 Adapt timer.h.diff for NDK 3.2 R4 2022-06-27 00:36:22 +02:00
dce4123b78 Adapt Makefile for NDK 3.2 R4 2022-06-27 00:18:04 +02:00
5c917ef538 Merge pull request #273 from mheyer32/add_cdplayer_library
Add cdplayer.library v37 SDK
Mechen
2022-06-18 09:53:10 +02:00
8d364bd060 Add cdplayer.library v37 SDK
The included patch file patches the FD file so fd2sfd will process it.
It removes a whitespace between the parameter list and the register list.

Also, don't use BYTE typed arguments in address registers
2022-06-17 23:42:21 -07:00
9711f51041 use https to clone git 2022-05-11 20:49:25 +02:00
5405b0c16e sdk requires lha 2022-05-11 17:32:11 +02:00
fe064a0d03 refs #280: switch from git: to https: 2022-05-11 12:53:13 +02:00
d523276034 update msys2 deps 2022-05-11 08:54:24 +02:00
38dc3e3e47 exclude gdb from min target 2022-05-11 08:54:03 +02:00
9931db154b Merge pull request #276 from simpsond/master
fix for Mac, use gsed for parsing .repos
2022-04-29 08:29:06 +02:00
df92eb8859 fix for Mac, use gsed for parsing .repos 2022-04-25 21:06:09 -07:00
51e562f425 update version handling 2022-04-20 12:20:19 +02:00
e17bea3d93 add support to switch the branch per module 2022-04-20 10:44:21 +02:00
4766d09d9b Merge pull request #261 from tdolphin-org/origin/vbcc-config-includes
Update vc.config
2021-12-24 10:26:57 +01:00
56a8a08c63 Update vc.config
added missing additional includes directories for vbcc
(with includes for external libraries)
2021-12-23 19:15:22 +01:00
42242b3db2 fd2sfd -> https://github.com/adtools/fd2sfd 2021-12-02 08:01:34 +01:00
e4443975dc Merge branch 'master' into cnvogelg/darwin-arm64-fixes 2021-11-27 19:09:22 +01:00
e3ff9e3118 updated macos infos in README.md 2021-11-27 18:27:46 +01:00
778f807932 added make check and update infos for macOS 2021-11-27 18:05:42 +01:00
652b6a7e9b autodetect install location of homebrew 2021-11-27 13:42:59 +01:00
b34b4b1151 cleanup /tmp/amiga-gcc-libstubs-lock 2021-11-08 07:45:25 +00:00
67a31cef47 Merge pull request #253 from hitman-codehq/gnu_sed
Use GNU sed for generating ndk13 headers
2021-10-31 17:24:30 +01:00
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
5e0180aab8 refs #247: add LC_CTYPE=C 2021-10-22 07:30:07 +02:00
1495010a44 no 'a' in regex src... 2021-10-21 13:21:37 +02:00
8f5cf79c39 poke min version of MUI to 19 2021-10-05 13:10:22 +02:00
806475a9ad add stdargs to mui.sdk 2021-10-05 13:09:21 +02:00
4726c47773 refs #234: remove the STRPTR patches 2021-10-04 17:15:16 +02:00
bb9ca8b495 Merge branch 'devel1' 2021-09-21 22:43:30 +00:00
99f6fb6909 refs #242: fix generated inline header for ndk13 2021-09-21 23:46:52 +02:00
dd67759075 Merge pull request #241 from githubaf/master
More MUI custom classes need an update
2021-09-21 17:11:11 +02:00
f45c62633a Update mcc_thebar.sdk
version 26.21 is no longer available on Aminet
2021-09-21 13:36:19 +02:00
a23f858578 Update mcc_texteditor.sdk
Version 15.55 is no longer on Aminet
2021-09-21 12:21:22 +02:00
5e3d5292b1 Update mcc_nlist.sdk
MCC_NList-0.127.lha is no longer on Aminet
2021-09-21 10:40:47 +02:00
68e44286bd Merge pull request #240 from githubaf/master
Update mcc_betterstring.sdk
2021-09-20 14:22:12 +02:00