[Git][cmucl/cmucl][sparc64-dev] Need -m64 for the linker to make 64-bit executables
28 Dec
2016
28 Dec
'16
6:38 a.m.
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/15d047623964b6850d2899cc7b...
2961
Age (days ago)
2961
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raymond Toy