[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v12 5/8] module: implement module loading
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH v12 5/8] module: implement module loading |
Date: |
Thu, 10 Oct 2013 15:40:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9 |
Il 10/10/2013 14:34, Fam Zheng ha scritto:
> Hmm, basically an analogue to bindir and libdir.
>
> I'm not sure why wasn't that libdir/bindir always be ${prefix}/lib and
> ${prefix}/bin as well. So why are they needed?
>
> AFAICT it is not a problem to drop it, if you insist.
libdir can be ${prefix}/lib64, bindir could also be ${prefix}/libexec
for example.
Also, libdir and bindir are two of the standard arguments to configure
(rooting back to the GNU coding standards).
Paolo
- [Qemu-devel] [PATCH v12 0/8] Shared Library Module Support, Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 1/8] ui/Makefile.objs: delete unnecessary cocoa.o dependency, Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 2/8] make.rule: fix $(obj) to a real relative path, Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 3/8] rule.mak: allow per object cflags and libs, Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 4/8] build-sys: introduce common-obj-m and block-obj-m for DSO, Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 6/8] Makefile: install modules with "make install", Fam Zheng, 2013/10/10
- [Qemu-devel] [PATCH v12 5/8] module: implement module loading, Fam Zheng, 2013/10/10
[Qemu-devel] [PATCH v12 7/8] .gitignore: ignore module related files (dll, so, mo), Fam Zheng, 2013/10/10
[Qemu-devel] [PATCH v12 8/8] block: convert block drivers linked with libs to modules, Fam Zheng, 2013/10/10
Re: [Qemu-devel] [PATCH v12 0/8] Shared Library Module Support, Paolo Bonzini, 2013/10/10