VirtualBox

Changeset 849 in kBuild


Ignore:
Timestamp:
Feb 8, 2007 10:42:27 PM (18 years ago)
Author:
bird
Message:

AMD64 issues on RHEL4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/sdks/LIBSDL.kmk

    r819 r849  
    3737 else
    3838  # Search in the typical unix places.
    39   PATH_SDK_LIBSDL := $(firstword $(wildcard \
     39  ifeq ($(filter-out %64,$(BUILD_TARGET_ARCH)),)
     40   PATH_SDK_LIBSDL := $(firstword $(wildcard \
     41        /lib64/libSDL.* \
    4042        /lib/libSDL.* \
     43        /usr/lib64/libSDL.* \
    4144        /usr/lib/libSDL.* \
     45        /usr/local/lib64/libSDL.* \
    4246        /usr/local/lib/libSDL.* \
     47        /opt/lib64/libSDL.* \
    4348        /opt/lib/libSDL.* \
     49        /opt/local/lib64/libSDL.* \
    4450        /opt/local/lib/libSDL.* \
     51        /sw/lib64/libSDL.* \
    4552        /sw/lib/libSDL.* \
    4653        ) )
     54  else
     55   PATH_SDK_LIBSDL := $(firstword $(wildcard \
     56        /lib32/libSDL.* \
     57        /lib/libSDL.* \
     58        /usr/lib32/libSDL.* \
     59        /usr/lib/libSDL.* \
     60        /usr/local/lib32/libSDL.* \
     61        /usr/local/lib/libSDL.* \
     62        /opt/lib32/libSDL.* \
     63        /opt/lib/libSDL.* \
     64        /opt/local/lib32/libSDL.* \
     65        /opt/local/lib/libSDL.* \
     66        /sw/lib32/libSDL.* \
     67        /sw/lib/libSDL.* \
     68        ) )
     69  endif
    4770  ifneq ($(PATH_SDK_LIBSDL),)
    4871   PATH_SDK_LIBSDL := $(patsubst %/,%,$(dir $(patsubst %/,%,$(dir $(PATH_SDK_LIBSDL)))))
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