This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is this patch needed for configure.in?


I committed this.
	* configure.in: Add missing \.
	* configure: Rebuilt.

---
Could somebody with a better understanding of the configure system have
a look at this... is the slash supposed to be there, or not?

Greetz
Steven

Index: configure.in
===================================================================
RCS file: /cvsroot/gcc/gcc/configure.in,v
retrieving revision 1.213
diff -c -3 -r1.213 configure.in
*** configure.in        17 Jan 2003 08:02:23 -0000      1.213
--- configure.in        19 Jan 2003 23:37:02 -0000
***************
*** 161,167 ****
                target-newlib \
                ${libstdcxx_version} \
                target-libf2c \
!               ${libgcj}
                target-libobjc"
  
  # these tools are built using the target libs, and are intended to run 
only
--- 161,167 ----
                target-newlib \
                ${libstdcxx_version} \
                target-libf2c \
!               ${libgcj} \
                target-libobjc"
  
  # these tools are built using the target libs, and are intended to run 
only



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]