bebbo / amiga-gcc

The GNU C-Compiler with Binutils and other useful tools for cross development for Amiga
GNU General Public License v2.0
312 stars 66 forks source link

Broken Makefile for 13.1 branch? #374

Closed isoriano1968 closed 8 months ago

isoriano1968 commented 8 months ago

Hi Stefan,

wanted to rebuild the amiga-gcc 13.1 on Solaris but it looks like something is broken with the latest repo.

isoriano@iMac27:~/Sources/amiga-gcc$ export PREFIX=/opt/amiga
isoriano@iMac27:~/Sources/amiga-gcc$ make branch branch=13.1 mod=gcc
gcc 13.1
isoriano@iMac27:~/Sources/amiga-gcc$ make all NDK=3.2
Cloning into 'gcc'...
warning: Could not find remote branch 13.1 to clone.
fatal: Remote branch 13.1 not found in upstream origin
make: *** [Makefile:475: /home/isoriano/Sources/amiga-gcc/projects/gcc/configure] Error 128
isoriano@iMac27:~/Sources/amiga-gcc$

Cheers

Ignacio

bebbo commented 8 months ago

Please read the README again: make branch branch=amiga13.1 mod=gcc