VirtualBox

Changeset 4176 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Aug 16, 2007 2:46:21 PM (17 years ago)
Author:
vboxsync
Message:

Use -e sym instead of -entry=sym since this works for both solaris and gnu linkers. (Solaris)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r4071 r4176  
    6262PROGRAMS.l4 = \
    6363        tstIoCtl
    64 ifneq ($(BUILD_TARGET),solaris)
    6564SYSMODS = \
    6665        tstLdrObj \
    6766        tstLdrObjR0
    68 endif
    6967ifeq ($(filter-out lx pe,$(VBOX_LDR_FMT)), )
    7068LIBRARIES += \
     
    150148endif # PE
    151149ifeq ($(VBOX_LDR_FMT32),elf)
    152 tstLdrObj_LDFLAGS  = -entry=Entrypoint
     150  tstLdrObj_LDFLAGS = -e Entrypoint
    153151tstLdrObj_LIBS    += \
    154152        $(PATH_LIB)/VMMGCBuiltin$(VBOX_SUFF_LIB)
     
    190188endif
    191189ifeq ($(VBOX_LDR_FMT),elf)
    192  tstLdrObjR0_LDFLAGS = -entry=Entrypoint
     190  tstLdrObjR0_LDFLAGS = -e Entrypoint
    193191endif
    194192ifeq ($(VBOX_LDR_FMT),lx)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette