VirtualBox

Changeset 6530 in vbox


Ignore:
Timestamp:
Jan 28, 2008 4:04:02 PM (17 years ago)
Author:
vboxsync
Message:

Support driver (Linux): added gcc (u)div/mod support

Location:
trunk/src/VBox/HostDrivers/Support/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r6493 r6530  
    8383ifeq ($(BUILD_TYPE),debug)
    8484OBJS  += \
     85        math/gcc/divdi3.o \
     86        math/gcc/moddi3.o \
     87        math/gcc/udivdi3.o \
     88        math/gcc/umoddi3.o \
     89        math/gcc/qdivrem.o \
    8590        common/log/log.o \
    8691        common/log/logcom.o \
  • trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv

    r6493 r6530  
    6262    ${PATH_ROOT}/src/VBox/Runtime/common/log/logformat.cpp=>common/log/logformat.c \
    6363    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>math/gcc/divdi3.c \
     64    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>math/gcc/moddi3.c \
    6465    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/qdivrem.c=>math/gcc/qdivrem.c \
    6566    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/quad.h=>math/gcc/quad.h \
     67    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdi3.c=>math/gcc/udivdi3.c \
     68    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>math/gcc/umoddi3.c \
    6669    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \
    6770    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatrt.cpp=>common/string/strformatrt.c \
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