1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-03 11:47:44 +00:00
Commit Graph

471 Commits

Author SHA1 Message Date
bebbo
bb2ccef9f9 use own vlink repo 2023-02-11 12:24:04 +01:00
bebbo
d90c6e501c refs #327: do not use short hunks 2023-02-11 11:44:27 +01:00
bebbo
198c41fb1c refs #327: add vbcc target for kick13 2023-02-11 11:35:05 +01:00
bebbo
5da25560bd switch binutils back to branch 2023-01-22 13:42:29 +01:00
Stefan "Bebbo" Franke
c4e8080bba Merge pull request #326 from cnvogelg/cnvogelg/mac-bison-readme
added note to README regarding bison on Mac
2023-01-20 17:28:37 +01:00
Stefan "Bebbo" Franke
afaa3d8912 Merge pull request #325 from cnvogelg/cnvogelg/fix-gmp-binutils-mac
pick binutils' needed libgmp from homebrew on Mac
2023-01-20 17:28:02 +01:00
Christian Vogelgsang
3e7f221c4c added note to README regarding bison on Mac 2023-01-19 11:26:28 +01:00
Christian Vogelgsang
9d45d9122b pick binutils' needed libgmp from homebrew on Mac 2023-01-19 11:03:59 +01:00
bebbo
2a4ce8ce55 update ... ... does NOT exist! 2023-01-19 08:29:08 +01:00
bebbo
1ac3457fac binutils now uses the amiga-2.35.2 as default 2023-01-14 11:25:57 +01:00
bebbo
13c1d519a9 fix -> 2023-01-05 23:24:48 +01:00
bebbo
88dc35d8c0 enable linker plugin for m68k-elf 2023-01-05 20:07:00 +01:00
bebbo
3764a56a5d fix L00 2023-01-04 08:17:32 +01:00
bebbo
1760be9147 also support VERBOSE in uppercase 2023-01-02 16:19:45 +01:00
bebbo
ab114f94d7 add configurable TARGET, default m68k-amigaos 2023-01-02 08:45:16 +01:00
bebbo
3e97d23e59 add sys-include headers 2022-12-31 15:57:19 +01:00
bebbo
13cb6e474b ignore amiga folder 2022-12-31 15:50:39 +01:00
bebbo
57b4cd4dc5 ignore tickets folder 2022-12-31 15:49:01 +01:00
bebbo
d5fd4992d0 add dummy sdl-config 2022-12-31 15:48:34 +01:00
bebbo
013ee12e67 add some libs 2022-12-31 15:32:27 +01:00
bebbo
b4bd527d66 added notes for the branches amiga6 and amiga10 2022-12-10 20:20:33 +01:00
bebbo
daa492523e changed default branch to amiga6 2022-12-10 20:11:50 +01:00
bebbo
825f185605 refs #318: clean-prefix -> drop-prefix 2022-12-04 22:23:40 +01:00
bebbo
594416ad67 add whatis.sdk 2022-12-03 12:54:24 +01:00
bebbo
007096b8dd removed compiler-specific.h.diff - no longer needed 2022-12-03 12:53:51 +01:00
Stefan "Bebbo" Franke
2388f855e9 Merge pull request #317 from acf/master
Update Homebrew GCC to 12
2022-12-01 22:34:03 +01:00
Alan Francis
6378111dab Update Homebrew GCC to 12 2022-12-01 22:09:12 +01:00
bebbo
1f77c26628 use rsync --no-grwqoup 2022-11-19 12:07:30 +01:00
Stefan "Bebbo" Franke
8d5dde2c5f Merge pull request #310 from erique/add-poseidon-usb-sdk
Add Poseidon USB SDK
2022-10-27 20:02:43 +02:00
Erik Hemming
d8ccb4ec7b add poseidon sdk 2022-10-22 23:21:24 +02:00
bebbo
bfd40f0c69 refs #306: use to remove the tmp lock 2022-09-22 06:29:50 +02:00
Stefan "Bebbo" Franke
fd26d2fe7b Merge pull request #304 from githubaf/master
Location of mhi_dev.lha in Aminet seems to have changed
2022-09-21 20:02:21 +02:00
Stefan "Bebbo" Franke
6b1ddc972a Merge pull request #305 from githubaf/patch-1
Update install
2022-09-21 14:06:52 +02:00
githubaf
ca0f5a1a15 Update install
Directories in sdk=mhi had +x not set -> access denied
2022-09-21 10:16:42 +02:00
githubaf
951a7b0727 Update mhi.sdk 2022-09-20 18:55:34 +02:00
githubaf
8fdc3102f0 Update mhi.sdk 2022-09-20 17:45:09 +02:00
githubaf
2c30c117cb Update mhi.sdk
new location in Aminet
2022-09-20 17:44:44 +02:00
bebbo
d051045a02 update mui sdk 2022-07-31 06:58:32 +02:00
Stefan "Bebbo" Franke
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
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
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
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
bebbo
f562562ffd refs #291: updated Dockerfile 2022-07-09 20:24:03 +02:00
bebbo
b9ed9db219 refs #288: patch muimaster.h to not use varargs 2022-06-30 12:30:40 +02:00
Stefan "Bebbo" Franke
56522003be Merge pull request #287 from christoph-fassbach/issue-285
Issue 285
2022-06-27 20:44:45 +02: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
Stefan "Bebbo" Franke
1701f3844d Merge pull request #286 from christoph-fassbach/issue-285
Issue 285
2022-06-27 07:31:57 +02:00