[Bug 205] New: RUNTIME_PREFIX must be splitted or bugs in Makefile.in.

bugzilla at busybox.net bugzilla at busybox.net
Fri Mar 20 05:29:38 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=205

              Host: i486-linux-gnu
            Target: mipsel-linux-uclibc
           Summary: RUNTIME_PREFIX  must be splitted or bugs in Makefile.in.
           Product: uClibc
           Version: 0.9.31
          Platform: All
        OS/Version: Linux
            Status: NEW
          Keywords: FIXME
          Severity: major
          Priority: P3
         Component: Shared Library Support
        AssignedTo: unassigned at uclibc.org
        ReportedBy: rmazurak at ukr.net
                CC: uclibc-cvs at uclibc.org
   Estimated Hours: 0.0


RUNTIME_PREFIX has such definition :
1. It is the directory into which uClibc runtime libraries will be installed
(used during installation)!
2. Also shared library loader use it (compiled in).
3. Used for generation of $(PREFIX)$(DEVEL_PREFIX)lib/libc.so
(Makefile.in:385).

I think, it is hard to join definition of installation path and library loader
path on developer machine (toolchain) in single macros.
Or it is possible that there is bug - using of $(RUNTIME_PREFIX) with and
without $(PREFIX) for same purposes (developer path). Look at Makefile.in:385,
and so on.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list