Changeset 5954
- Timestamp:
- Feb 22, 2007, 1:27:58 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/linuxx8664/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/linuxx8664/Makefile
r4948 r5954 25 25 COPT = -O2 26 26 27 # If the linker supports a "--hash-style=" option, use traditional 28 # Sysv hash tables. (If it doesn't support that option, assume 29 # that traditional hash tables will be used by default.) 30 ld_has_hash_style = $(shell $(LD) --help | grep "hash-style=") 31 ifeq ($(ld_has_hash_style),) 32 HASH_STYLE= 33 else 34 HASH_STYLE="-Wl,--hash-style=sysv" 35 endif 27 36 28 37 … … 58 67 59 68 ../../lx86cl64: $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) Makefile $(LINK_MAP) 60 $(CC) -m64 $(CDEBUG) -Wl,--export-dynamic -o $@ $(USE_LINK_MAP) $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) $(OSLIBS)69 $(CC) -m64 $(CDEBUG) -Wl,--export-dynamic $(HASH_STYLE) -o $@ $(USE_LINK_MAP) $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) $(OSLIBS) 61 70 62 71
Note:
See TracChangeset
for help on using the changeset viewer.
