Bug 5091 - Mis-aligned Makefile args to genscripts.sh
Summary: Mis-aligned Makefile args to genscripts.sh
Status: RESOLVED WORKSFORME
Alias: None
Product: binutils
Classification: Unclassified
Component: ld (show other bugs)
Version: 2.18
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-02 20:53 UTC by Poor Yorick
Modified: 2008-01-16 02:41 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target: i686-pc-linux-gnu
Build: i686-pc-linux-gnu
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Poor Yorick 2007-10-02 20:53:05 UTC
After configure, The following line of Makefile is missing an argument, causing
the word 'no' to be taken as the argument to native_lib_dirs instead of use_sysroot

GENSCRIPTS = LIB_PATH='${LIB_PATH}' $(SHELL) $(srcdir)/genscripts.sh "${srcdir}"
 "${libdir}" "${prefix}" "${exec_prefix}" i686-pc-linux-gnu i686-pc-linux-gnu 
"" "" no
Comment 1 Andreas Schwab 2007-10-02 21:44:22 UTC
How did you configure it?  target_alias should never be empty.
Comment 2 Alan Modra 2008-01-16 02:41:40 UTC
Not reproducable