VirtualBox

Changeset 2427 in vbox for trunk


Ignore:
Timestamp:
Apr 30, 2007 12:46:49 PM (18 years ago)
Author:
vboxsync
Message:

Move all our stuff to the InnoTek directory (save the bit starting with VBox) to help separate things.

Location:
trunk/src/recompiler
Files:
1 added
1 edited
2 moved

Legend:

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

    r2422 r2427  
    214214target-i386/op.c_CFLAGS         = -O2 -fno-strict-aliasing -fomit-frame-pointer -falign-functions=0 -fno-reorder-blocks -fno-optimize-sibling-calls
    215215target-i386/op.c_CFLAGS.x86     = -fno-gcse -fno-instrument-functions -mpreferred-stack-boundary=2
    216 target-i386/op.c_CFLAGS.darwin.x86 = -m128bit-long-double -mpreferred-stack-boundary=4 ## @todo This means we can't use staged/op-elf-x86.s...
     216target-i386/op.c_CFLAGS.darwin.x86 = -m128bit-long-double -mpreferred-stack-boundary=4
    217217target-i386/helper.c_CFLAGS.x86 = -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-gcse
    218218cpu-exec.c_CFLAGS.x86           = -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-gcse
     
    283283VBoxREMImp_LDFLAGS.l4       = -T$(L4_LIBDIR)/../main_rel.ld -nostdlib
    284284
    285 $(PATH_TARGET)/VBoxREMImp.c: VBoxREM.def deftoimp.sed | $(call DIRDEP,$(PATH_TARGET))
     285$(PATH_TARGET)/VBoxREMImp.c: VBoxREM.def InnoTek/deftoimp.sed | $(call DIRDEP,$(PATH_TARGET))
    286286        $(MKDIR) -p $(PATH_TARGET)
    287         $(SED) -f deftoimp.sed VBoxREM.def > [email protected]
     287        $(SED) -f InnoTek/deftoimp.sed VBoxREM.def > [email protected]
    288288        $(MV) -f [email protected] $@
    289289
     
    369369$(PATH_$(REM_MOD))/op.S: \
    370370                target-i386/op.c \
    371                 staged/op-elf-$(BUILD_TARGET_ARCH).S \
    372                 op-validate.sed \
    373                 op-darwin.sed \
    374                 op-undefined.lst \
     371                InnoTek/staged-op-elf-$(BUILD_TARGET_ARCH).S \
     372                InnoTek/op-validate.sed \
     373                InnoTek/op-darwin.sed \
     374                InnoTek/op-undefined.lst \
    375375                Makefile.kmk \
    376376                $(comp-cmds COMPILE_OP_CMDS,COMPILE_OP_CMDS_PREV,FORCE) \
     
    389389        else \
    390390                $(ECHO_EXT) "Using staged op.S [gcc v$${major_ver}.$${minor_ver}.$${bugfix_ver}]" && \
    391                 $(CP_EXT) -f staged/op-elf-$(BUILD_TARGET_ARCH).S [email protected]; \
     391                $(CP_EXT) -f InnoTek/staged-op-elf-$(BUILD_TARGET_ARCH).S [email protected]; \
    392392        fi
    393393else
    394         $(CP) staged/op-elf-$(BUILD_TARGET_ARCH).S [email protected]
    395 endif
    396         $(SED) -f op-validate.sed [email protected]
     394        $(CP) InnoTek/staged-op-elf-$(BUILD_TARGET_ARCH).S [email protected]
     395endif
     396        $(SED) -f InnoTek/op-validate.sed [email protected]
    397397ifeq ($(BUILD_TARGET),darwin)
    398         $(SED) -f op-darwin.sed [email protected] > [email protected]
    399         $(SED) -e 's/^\(.*\)$$/#define \1 _\1/' op-undefined.lst > [email protected]
     398        $(SED) -f InnoTek/op-darwin.sed [email protected] > [email protected]
     399        $(SED) -e 's/^\(.*\)$$/#define \1 _\1/' InnoTek/op-undefined.lst > [email protected]
    400400        $(CAT_EXT) [email protected] >> [email protected]
    401401endif
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