VirtualBox

Changeset 15028 in vbox


Ignore:
Timestamp:
Dec 5, 2008 10:09:11 AM (16 years ago)
Author:
vboxsync
Message:

hacking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/Makefile.kmk

    r15011 r15028  
    4040 $(REM_MOD)_SDKS.win.x86    = W32API
    4141 $(REM_MOD)_ASFLAGS         = -x assembler-with-cpp
    42  $(REM_MOD)_CFLAGS          = -Wall
    43  $(REM_MOD)_CFLAGS.debug    = -O0 -g
    44  $(REM_MOD)_CFLAGS.release += -fno-gcse -O2 
     42 $(REM_MOD)_CFLAGS          = -Wall -g
     43 $(REM_MOD)_CFLAGS.debug    = -O0
     44 $(REM_MOD)_CFLAGS.release += -fno-gcse -O2
    4545 $(REM_MOD)_CFLAGS.profile  = $($(REM_MOD)_CFLAGS.release)
    4646 $(REM_MOD)_CFLAGS.kprofile = $($(REM_MOD)_CFLAGS.release)
     
    5656else
    5757
    58  # Unfortunately little pinguins tend to have default compilers no suitable
    59  # for real compilation, so search better alternatives
    60  if1of ($(KBUILD_TARGET), )
     58TOOL_GCC3V3 = description
     59TOOL_GCC3V3_EXTENDS = GCC3
     60TOOL_GCC3V3_CC = $(firstword $(which gcc-4.1.2 gcc-3.4 gcc-3.4.6 gcc-3.3 gcc-3.3.6  gcc-3.2 gcc-4.1 gcc-4.2))
     61TOOL_GCC3V3_COMPILE_C_DEPEND =
     62TOOL_GCC3V3_COMPILE_C_DEPORD =
     63TOOL_GCC3V3_COMPILE_C_OUTPUT =
     64define TOOL_GCC3V3_COMPILE_C_CMDS
     65        $(QUIET)$(TOOL_GCC3V3_CC) -c\
     66                $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\
     67                -Wp,-MD,$(dep) -Wp,-MT,$(obj) -Wp,-MP\
     68                -o $(obj)\
     69                $(abspath $(source))
     70endef
     71
     72 # Unfortunately little pinguins tend to have default compilers no suitable
     73 # for real compilation, so search better alternatives
     74 if1of ($(KBUILD_TARGET),)
    6175  $(REM_MOD)_TOOL      = GCC3V3
    6276  $(REM_MOD)_TEMPLATE  = DUMMY
     
    119133        target-i386/translate.c
    120134
     135#target-i386/helper.c_TOOL = GCC3V3
     136
    121137ifeq ($(KBUILD_TARGET_ARCH),amd64)
    122138 $(REM_MOD)_DEFS             += __x86_64__
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