Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@openvz.org>2013-02-15 23:40:30 +0400
committerPavel Emelyanov <xemul@parallels.com>2013-02-18 18:10:45 +0400
commitc4055499341838831124bc0162d2e65fdc8a96e1 (patch)
tree3366e903e6f852178cdf899a11ad2b85609820e1 /.gitignore
parenta210b5a1c5499b6b0e5b229f4deada851ec048bf (diff)
make: pie -- Switch to a new scheme
Because we need util-net.c for both PIE code and a regular code, just move it to pie/ directory and build with -fpie option, this way we can reuse compiled file in main program without additional compilation pass. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2207e82fd..991d3b97f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ protobuf/*.h
include/version.h
arch/x86/sys-exec-tbl.c
arch/x86/syscalls.S
+pie/pie.lds.S