[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sbcl-commits
Subject:    [Sbcl-commits] master: Add no-pie to shrinkwrap-sbcl recipe
From:       Douglas Katzman via Sbcl-commits <sbcl-commits () lists ! sourceforge ! net>
Date:       2019-09-30 5:58:07
Message-ID: 1569823087.792562.14855 () sfp-scm-2 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

The branch "master" has been updated in SBCL:
       via  e7ab482bfe090594c636c54ae0c04cd5a9934712 (commit)
      from  891df5d16d8d977a652759fef7d8d8e9d6d46c6a (commit)

- Log -----------------------------------------------------------------
commit e7ab482bfe090594c636c54ae0c04cd5a9934712
Author: Douglas Katzman <dougk@google.com>
Date:   Mon Sep 30 01:55:48 2019 -0400

    Add no-pie to shrinkwrap-sbcl recipe
---
 src/runtime/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/runtime/GNUmakefile b/src/runtime/GNUmakefile
index 8b00da18c..20fb7993c 100644
--- a/src/runtime/GNUmakefile
+++ b/src/runtime/GNUmakefile
@@ -133,7 +133,7 @@ pie-shrinkwrap-sbcl.s pie-shrinkwrap-sbcl-core.o: $(SHRINKWRAP_DEPS)
 		../../output/sbcl.core pie-shrinkwrap-sbcl.s
 comma := , # "Commas ... cannot appear in the text of an argument as written"
 shrinkwrap-sbcl: shrinkwrap-sbcl.s shrinkwrap-sbcl-core.o $(LIBSBCL)
-	$(CC) $(filter-out -Wl$(comma)--export-dynamic, $(LINKFLAGS)) \
+	$(CC) -no-pie $(filter-out -Wl$(comma)--export-dynamic, $(LINKFLAGS)) \
  $(CFLAGS) -o $@ $(filter-out ldso-stubs.o, $^) $(LIBS)
 pie-shrinkwrap-sbcl: pie-shrinkwrap-sbcl.s pie-shrinkwrap-sbcl-core.o $(PIC_OBJS)
 	$(CC) -pie -o $@ $^ $(LIBS)

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL


_______________________________________________
Sbcl-commits mailing list
Sbcl-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic