VirtualBox

Ticket #9224: xpcom.diff

File xpcom.diff, 1.1 KB (added by Robert Millan, 13 years ago)
  • src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/Makefile.in

    === modified file 'src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/Makefile.in'
     
    7070# New code for Linux, et. al., with gcc
    7171# Migrate other platforms here after testing
    7272#
    73 ifneq (,$(filter Linux,$(OS_ARCH)))
     73ifneq (,$(filter Linux GNU_%,$(OS_ARCH)))
    7474# Linux/x86-64
    7575ifeq (x86_64,$(OS_TEST))
    7676CPPSRCS         := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp
  • src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h

    === modified file 'src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h'
     
    6767*
    6868*/
    6969
    70 #if defined(LINUX) || defined(L4)
     70#if defined(LINUX) || defined(__GLIBC__) || defined(L4)
    7171/* I am assuming that since we are using the Linux compiler for L4, the same will hold true... */
    7272
    7373#if (__GNUC__ == 2) && (__GNUC_MINOR__ <= 7)

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