[Lunar-commits] r19367 - lunar/trunk/var/lib/lunar/compilers
Auke Kok
sofar at lunar-linux.org
Tue Mar 21 16:06:26 UTC 2006
Author: sofar
Date: 2006-03-21 16:06:25 +0000 (Tue, 21 Mar 2006)
New Revision: 19367
Modified:
lunar/trunk/var/lib/lunar/compilers/ld
Log:
Reverting this since it breaks a tonload of compiles (and generally makes people unhappy).
Modified: lunar/trunk/var/lib/lunar/compilers/ld
===================================================================
--- lunar/trunk/var/lib/lunar/compilers/ld 2006-03-21 12:21:28 UTC (rev 19366)
+++ lunar/trunk/var/lib/lunar/compilers/ld 2006-03-21 16:06:25 UTC (rev 19367)
@@ -3,8 +3,8 @@
PROG=$(PATH=${PATH//\/var\/lib\/lunar\/compilers/} type -p ${0##*/})
if [[ -n "$LUNAR_DEBUG" ]] ; then
- echo "++ $PROG ${LDFLAGS//-Wl,/} $@" >&2
+ echo "++ $PROG $@" >&2
fi
-exec $PROG ${LDFLAGS//-Wl,/} "$@"
+exec $PROG "$@"
More information about the Lunar-commits
mailing list