Changeset 762 in vbox for trunk/src/VBox/Additions/linux/daemon
- Timestamp:
- Feb 7, 2007 11:15:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/daemon/Makefile
r1 r762 26 26 PROGRAMS = vboxadd-timesync 27 27 28 vboxadd-timesync_TEMPLATE = VBOXLNX32GUESTR3EXE 28 vboxadd-timesync_TEMPLATE = VBOXLNX32GUESTR3EXENOCPP 29 29 vboxadd-timesync_SOURCES = \ 30 vboxadd_timesync.c supc++.c 30 vboxadd_timesync.c \ 31 supc++.c 31 32 vboxadd-timesync_LIBS = \ 32 $(PATH_LIB)/VBoxGuestLibLinux.a \33 33 $(PATH_LIB)/RuntimeLnx32GuestR3.a 34 # $(PATH_LIB)/VBoxGuestLibLinux.a - what was this doing here? it's ring-0 library from what I can tell... 34 35 vboxadd-timesync_DEFS = _GNU_SOURCE 35 36 # use gcc not g++ as linker to not depend on libstdc++37 TOOL_GCC3_LD = $(TOOL_$(VBOX_GCC32_TOOL)_CC)38 39 # prevent generation of cross reference table (broken with some binutils)40 ## @todo r=bird: Why is this only a problem here and not for the 50 other binaries?41 TOOL_GCC3_LD_MAP = -Wl,-Map -Wl,$(1)42 36 43 37 include $(PATH_KBUILD)/footer.kmk
Note:
See TracChangeset
for help on using the changeset viewer.