Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61823
b: refs/heads/master
c: f5e83fa
h: refs/heads/master
i:
  61821: 78d09c0
  61819: ce03035
  61815: dfaa310
  61807: b3515b0
  61791: bff5676
  61759: 6530012
  61695: 9379976
v: v3
  • Loading branch information
Segher Boessenkool authored and Sam Ravnborg committed Jul 16, 2007
1 parent 4ac63aa commit 168bb8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ab2a272e6b55e5d58168d6983da99e2dc09b8b2
refs/heads/master: f5e83fa4c07488406b4a4e0ab7c4efd8df9ad676
8 changes: 8 additions & 0 deletions trunk/arch/powerpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,14 @@ checkbin:
false; \
fi ; \
fi
@if test "$(call cc-fullversion)" = "040200" \
&& test "x${CONFIG_MODULES}${CONFIG_PPC64}" = "xyy" ; then \
echo -n '*** GCC-4.2.0 cannot compile the 64-bit powerpc ' ; \
echo 'kernel with modules enabled.' ; \
echo -n '*** Please use a different GCC version or ' ; \
echo 'disable kernel modules' ; \
false ; \
fi
@if ! /bin/echo dssall | $(AS) -many -o $(TOUT) >/dev/null 2>&1 ; then \
echo -n '*** ${VERSION}.${PATCHLEVEL} kernels no longer build ' ; \
echo 'correctly with old versions of binutils.' ; \
Expand Down

0 comments on commit 168bb8c

Please sign in to comment.