1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-04 01:04:50 +00:00

fix gcc configure to create a proper libgcov.a

This commit is contained in:
Bebbo
2018-06-01 23:35:44 +02:00
parent 9a9ed3917a
commit e26e6ff6ad

View File

@@ -200,7 +200,9 @@ status-all:
# =================================================
# gcc
# =================================================
CONFIG_GCC=--prefix=$(PREFIX) --target=m68k-amigaos --enable-languages=c,c++,objc --enable-version-specific-runtime-libs --disable-libssp --disable-nls
CONFIG_GCC=--prefix=$(PREFIX) --target=m68k-amigaos --enable-languages=c,c++,objc --enable-version-specific-runtime-libs --disable-libssp --disable-nls \
--with-headers=$(PWD)/projects/newlib-cygwin/newlib/libc/sys/amigaos/include/
GCC_CMD = m68k-amigaos-c++ m68k-amigaos-g++ m68k-amigaos-gcc-$(GCC_VERSION) m68k-amigaos-gcc-nm \
m68k-amigaos-gcov m68k-amigaos-gcov-tool m68k-amigaos-cpp m68k-amigaos-gcc m68k-amigaos-gcc-ar \
@@ -767,4 +769,4 @@ info:
v:
@for i in projects/* ; do cd $$i 2>/dev/null && echo $$i && (git log -n1 | grep commit) && cd ../..; done
@echo "." && git log -n1 | grep commit
@echo "." && git log -n1 | grep commit