The unified diff between revisions [98b39c94..] and [53d7ec0d..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "debian/rules2" # from [a70da29398899eccd3073140cb769518b9267f94] # to [3520c6de10499ba5b3539d73e5822d6ecf45d29e] # ============================================================ --- debian/rules2 a70da29398899eccd3073140cb769518b9267f94 +++ debian/rules2 3520c6de10499ba5b3539d73e5822d6ecf45d29e @@ -956,9 +956,9 @@ ifeq ($(DEB_CROSS),yes) endif ifeq ($(DEB_CROSS),yes) - CC_for_hppa64_cross="$(CC)" + CC_for_hppa64_cross=$(CC) else - CC_for_hppa64_cross="$(builddir)/gcc/xgcc -B$(builddir)/gcc/" + CC_for_hppa64_cross=$(builddir)/gcc/xgcc -B$(builddir)/gcc/ endif $(configure_hppa64_stamp): $(build_stamp)