https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122944
Bug ID: 122944
Summary: algol68: compiler driver with target prefix is not
installed
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: algol68
Assignee: algol68 at gcc dot gnu.org
Reporter: jemarch at gcc dot gnu.org
Target Milestone: ---
From: Bruno Haible <[email protected]>
Subject: <target>-ga68 not installed
To: [email protected]
Date: Mon, 01 Dec 2025 21:04:22 +0100 (1 hour, 43 minutes, 30 seconds ago)
Organization: GNU
After bootstrapping gcc 16-20251130, configured with
--build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu
--target=x86_64-pc-linux-gnu \
--prefix=/arch/x86_64-linux-gnu/gnu-inst-gcc/$version \
--enable-shared --enable-nls --enable-threads=posix --enable-__cxa_atexit \
--with-multilib-list=m64 \
--with-as=/arch/x86_64-linux-gnu/gnu-inst-binutils/2.38/bin/as \
--with-ld=/arch/x86_64-linux-gnu/gnu-inst-binutils/2.38/bin/ld \
--with-gmp=/arch/x86_64-linux-gnu/gnu-inst-gcc/$version \
--with-mpfr=/arch/x86_64-linux-gnu/gnu-inst-gcc/$version \
--with-mpc=/arch/x86_64-linux-gnu/gnu-inst-gcc/$version \
--with-isl=/arch/x86_64-linux-gnu/gnu-inst-gcc/$version \
--enable-languages=c,c++,objc,obj-c++,lto,jit,fortran,ada,go,d,m2,algol68,cobol
\
--enable-host-shared
then "make" (takes 8 hours) and "make install" (takes 8 minutes),
the bin/ directory contains the programs
gcc-ar, gcc-nm, gcc-ranlib,
c++, g++, gcc, gccgo, gcobc, gcobol, gdc, gfortran, gm2
both as <program> and <target>-<program>. However, ga68 is only
present without the '<target>-' prefix.
How about installing it with the '<target>-' prefix too?
Bruno