svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Wed Aug 27 14:42:52 UTC 2008


Author: aldot
Date: 2008-08-27 07:42:52 -0700 (Wed, 27 Aug 2008)
New Revision: 23244

Log:
- should either be defined or callers should do_t_strip manually afterwards


Modified:
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2008-08-27 13:52:12 UTC (rev 23243)
+++ trunk/uClibc/Makerules	2008-08-27 14:42:52 UTC (rev 23244)
@@ -193,7 +193,7 @@
 compile.s =  $(call maybe_exec,compile.s)
 compile.S = @$(call maybe_exec,compile.S)
 compile.m = @$(call maybe_exec,compile.m)
-compile-m = @$(disp_compile-m) ; $(cmd_compile-m) ; $(do_t_strip)
+compile-m = @$(disp_compile-m) ; $(cmd_compile-m) ; $(cmd_t_strip)
 do_strip  = @$(disp_strip)     ; $(cmd_strip)
 do_t_strip= @$(disp_t_strip)   ; $(cmd_t_strip)
 do_unifdef= @$(disp_unifdef)   ; $(cmd_unifdef)




More information about the uClibc-cvs mailing list