Changeset 4176 in vbox
- Timestamp:
- Aug 16, 2007 2:46:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r4071 r4176 62 62 PROGRAMS.l4 = \ 63 63 tstIoCtl 64 ifneq ($(BUILD_TARGET),solaris)65 64 SYSMODS = \ 66 65 tstLdrObj \ 67 66 tstLdrObjR0 68 endif69 67 ifeq ($(filter-out lx pe,$(VBOX_LDR_FMT)), ) 70 68 LIBRARIES += \ … … 150 148 endif # PE 151 149 ifeq ($(VBOX_LDR_FMT32),elf) 152 tstLdrObj_LDFLAGS = -entry=Entrypoint150 tstLdrObj_LDFLAGS = -e Entrypoint 153 151 tstLdrObj_LIBS += \ 154 152 $(PATH_LIB)/VMMGCBuiltin$(VBOX_SUFF_LIB) … … 190 188 endif 191 189 ifeq ($(VBOX_LDR_FMT),elf) 192 tstLdrObjR0_LDFLAGS = -entry=Entrypoint190 tstLdrObjR0_LDFLAGS = -e Entrypoint 193 191 endif 194 192 ifeq ($(VBOX_LDR_FMT),lx)
Note:
See TracChangeset
for help on using the changeset viewer.