public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* --enable-nls install bug in 1999-04-18 snapshot
@ 1999-04-30 23:15 Matthias Klose
  1999-04-30 23:15 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Klose @ 1999-04-30 23:15 UTC (permalink / raw)
  To: egcs-bugs

for the intl/Makefile install call, SUBDIR_FLAGS_TO_PASS uses
ORDINARY_FLAGS_TO_PASS (which is not set anywhere), not FLAGS_TO_PASS.
SUBDIR_FLAGS_TO_PASS is used only for the intl subdirectory, so it
could be replaced with FLAGS_TO_PASS. Else SUBDIR_FLAGS_TO_PASS
should be set to 

--- egcs-snapshot-19990418.orig/gcc/Makefile.in
+++ egcs-snapshot-19990418/gcc/Makefile.in
@@ -654,7 +654,7 @@
        -e 's|% *[^- /]|%&|g' \
        -e 's|%% *|../|g' \
        -e 's|%||g'
-SUBDIR_FLAGS_TO_PASS = $(ORDINARY_FLAGS_TO_PASS) \
+SUBDIR_FLAGS_TO_PASS = $(FLAGS_TO_PASS) \
   "CC=`echo @quoted_cc_set_by_configure@ | $(PREPEND_DOTDOT_TO_RELATIVE_PATHS)`
"
 #^L
 # Lists of files for various purposes.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: --enable-nls install bug in 1999-04-18 snapshot
  1999-04-30 23:15 --enable-nls install bug in 1999-04-18 snapshot Matthias Klose
@ 1999-04-30 23:15 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1999-04-30 23:15 UTC (permalink / raw)
  To: Matthias Klose; +Cc: egcs-bugs

  In message < 14107.19019.413357.379538@bolero >you write:
  > for the intl/Makefile install call, SUBDIR_FLAGS_TO_PASS uses
  > ORDINARY_FLAGS_TO_PASS (which is not set anywhere), not FLAGS_TO_PASS.
  > SUBDIR_FLAGS_TO_PASS is used only for the intl subdirectory, so it
  > could be replaced with FLAGS_TO_PASS. Else SUBDIR_FLAGS_TO_PASS
  > should be set to 
I think the problem is that ORDINARY_FLAGS_TO_PASS is not set anywhere.  It
needs to be set.  I'll take care of it.

We do not want to use FLAGS_TO_PASS since it sets CC.

jeff


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-04-30 23:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-30 23:15 --enable-nls install bug in 1999-04-18 snapshot Matthias Klose
1999-04-30 23:15 ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).