[Git][cmucl/cmucl][sparc64-dev] Need -m64 for the linker to make 64-bit executables

Raymond Toy rtoy at common-lisp.net
Wed Dec 28 06:38:18 UTC 2016


Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl


Commits:
15d04762 by Raymond Toy at 2016-12-27T22:34:55-08:00
Need -m64 for the linker to make 64-bit executables

- - - - -


1 changed file:

- src/lisp/Config.sparc64_sunc


Changes:

=====================================
src/lisp/Config.sparc64_sunc
=====================================
--- a/src/lisp/Config.sparc64_sunc
+++ b/src/lisp/Config.sparc64_sunc
@@ -28,4 +28,4 @@ ASSEM_SRC = sparc64-assem.S
 CFLAGS += -xlibmieee -O
 DEPEND_FLAGS = -xM
 ASFLAGS = $(AS_V8PLUS)
-OS_LINK_FLAGS = -M /usr/lib/ld/map.noexstk
+OS_LINK_FLAGS = -m64 -M /usr/lib/ld/map.noexstk



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/15d047623964b6850d2899cc7bc52999997d7432
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20161228/f4d377de/attachment.html>


More information about the cmucl-cvs mailing list