This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/34360] New: typo gcc/ada/Makefile.in for GNU/kFreeBSD
- From: "ludovic at ludovic-brenta dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Dec 2007 15:42:08 -0000
- Subject: [Bug ada/34360] New: typo gcc/ada/Makefile.in for GNU/kFreeBSD
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Perusing the file I see around line 879:
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
indepsw.adb<indepsw-gnu.adb
I think this should be mlib-tgt-specific.adb<mlib-tgt-linux.adb instead like
for all other targets. The file mlib-tgt.adb is no longer target-specific.
--
Summary: typo gcc/ada/Makefile.in for GNU/kFreeBSD
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ludovic at ludovic-brenta dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34360