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]

[tree-ssa]: Fix darwin libbanshee error


Committed as obvious.

Andrew, you should now get a bit further, but i get a tree check trying to
compile one of the libbanshee files, due to some DCE or must-alias
problem.


2003-07-24  Daniel Berlin  <dberlin@dberlin.org>

	* configure.in:  Update BANSHEEREBUILD for PWD change.
	* configure: regen

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/configure.in,v
retrieving revision 1.606.2.25
diff -u -3 -p -r1.606.2.25 configure.in
--- configure.in	23 Jul 2003 16:59:38 -0000	1.606.2.25
+++ configure.in	25 Jul 2003 15:42:26 -0000
@@ -2666,7 +2666,7 @@ if test x"$libbanshee" = xyes; then
 	BANSHEEINC="-I\$(srcdir)/../libbanshee/libcompat -I\$(srcdir)/../libbanshee -I\$(srcdir)/../libbanshee/points-to"
 	ANDER="tree-alias-ander.o"
 	if test x$rebuild_banshee = xyes; then
-		BANSHEEREBUILD="s=\`\${PWD}\`; export s && cd ../libbanshee && echo \`\${PWD}\` && \$(MAKE) clean && \$(MAKE) CC=\"\$(STAGE_CC_WRAPPER) \$\$s/stage1/xgcc\$(exeext) -B\$\$s/stage1/ -B\$(build_tooldir)/bin/\" \$(STAGE2_FLAGS_TO_PASS) && cd ../gcc"
+		BANSHEEREBUILD="s=\${PWD}; export s && cd ../libbanshee && echo \${PWD} && \$(MAKE) clean && \$(MAKE) CC=\"\$(STAGE_CC_WRAPPER) \$\$s/stage1/xgcc\$(exeext) -B\$\$s/stage1/ -B\$(build_tooldir)/bin/\" \$(STAGE2_FLAGS_TO_PASS) && cd ../gcc"
 	else
 		BANSHEEREBUILD=""
 	fi
Index: configure
===================================================================
RCS file: /cvs/gcc/gcc/gcc/configure,v
retrieving revision 1.619.2.27
diff -u -3 -p -r1.619.2.27 configure
--- configure	23 Jul 2003 16:59:34 -0000	1.619.2.27
+++ configure	25 Jul 2003 15:42:27 -0000
@@ -7536,7 +7536,7 @@ if test x"$libbanshee" = xyes; then
 	BANSHEEINC="-I\$(srcdir)/../libbanshee/libcompat -I\$(srcdir)/../libbanshee -I\$(srcdir)/../libbanshee/points-to"
 	ANDER="tree-alias-ander.o"
 	if test x$rebuild_banshee = xyes; then
-		BANSHEEREBUILD="s=\`\${PWD}\`; export s && cd ../libbanshee && echo \`\${PWD}\` && \$(MAKE) clean && \$(MAKE) CC=\"\$(STAGE_CC_WRAPPER) \$\$s/stage1/xgcc\$(exeext) -B\$\$s/stage1/ -B\$(build_tooldir)/bin/\" \$(STAGE2_FLAGS_TO_PASS) && cd ../gcc"
+		BANSHEEREBUILD="s=\${PWD}; export s && cd ../libbanshee && echo \${PWD} && \$(MAKE) clean && \$(MAKE) CC=\"\$(STAGE_CC_WRAPPER) \$\$s/stage1/xgcc\$(exeext) -B\$\$s/stage1/ -B\$(build_tooldir)/bin/\" \$(STAGE2_FLAGS_TO_PASS) && cd ../gcc"
 	else
 		BANSHEEREBUILD=""
 	fi


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