summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-09-16 16:43:00 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-09-16 16:43:00 +0000
commitf2954df1b3748e88034587c74794274804194ff7 (patch)
tree5344a77d40cab648515bd852b8e959438832e533 /rules/uclibc.make
parent0b8b28840671892ea1feeb69f902753256ecabe4 (diff)
downloadptxdist-f2954df1b3748e88034587c74794274804194ff7.tar.gz
ptxdist-f2954df1b3748e88034587c74794274804194ff7.tar.xz
* added DYNAMIC_LINKER from Virtual.make
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@332 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/uclibc.make')
-rw-r--r--rules/uclibc.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/uclibc.make b/rules/uclibc.make
index c3074608e..a3eafce83 100644
--- a/rules/uclibc.make
+++ b/rules/uclibc.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: uclibc.make,v 1.2 2003/07/23 12:39:06 mkl Exp $
+# $Id: uclibc.make,v 1.3 2003/09/16 16:43:00 mkl Exp $
#
# (c) 2003 by Marc Kleine-Budde <kleine-budde@gmx.de>
# See CREDITS for details about who has contributed to this project.
@@ -12,7 +12,8 @@
# We provide this package
#
ifdef PTXCONF_UCLIBC
-PACKAGES += uclibc
+PACKAGES += uclibc
+DYNAMIC_LINKER = /lib/ld-uClibc.so.0
endif
#