X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Rules.mak;h=261babdff6416c01e1845ca5d2485dd3ffa0e4b9;hb=b74c3aa1a9b8afb55a63060c8996ae214ff5da09;hp=1c3d2ddbb79aa13f260a6d1e9d1cb3803b98ee97;hpb=c281901ecf83af2fae2b0776db4e9a6a8caa7964;p=uclinux-h8%2FuClibc.git diff --git a/Rules.mak b/Rules.mak index 1c3d2ddbb..261babdff 100644 --- a/Rules.mak +++ b/Rules.mak @@ -1,6 +1,6 @@ # Rules.make for uClibc # -# Copyright (C) 2000-2006 Erik Andersen +# Copyright (C) 2000-2008 Erik Andersen # # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # @@ -129,7 +129,7 @@ comma:=, space:= # ifndef CROSS -CROSS=$(subst ",, $(strip $(CROSS_COMPILER_PREFIX))) +CROSS=$(strip $(subst ",, $(CROSS_COMPILER_PREFIX))) endif # A nifty macro to make testing gcc features easier