AmigaLabs / binutils-gdb

binutils targeted for ppc-amigaos systems (AmigaOS NG like OS4.1).
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git
GNU General Public License v2.0
0 stars 0 forks source link

native build: small change in Readme need it #15

Closed kas1e closed 1 year ago

kas1e commented 1 year ago

Configuring line should be :

CFLAGS="-Wno-sign-compare" LDFLAGS="-lunix" ../configure --disable-gdb --disable-plugins --disable-nls --host=ppc-amigaos --target=ppc-amigaos --prefix=/os4_native

kas1e commented 1 year ago

@migthymax I see you change readme a bit, but its a bit wrong, LDFLAG missing

migthymax commented 1 year ago

See updated README.MD

kas1e commented 1 year ago

@migthymax Nope, it still wrong : you removed CFLAGS and forget to add LFLAGS. I will try to do it myself now if repo give me access to

kas1e commented 1 year ago

Ok, now as i have access to the repo i fixed it myself, check this out how it should be