hotspot/make/linux/makefiles/arm.make
changeset 17613 e9ff44dc09e2
parent 10565 dc90c239f4ec
equal deleted inserted replaced
17356:ac6d56a603a3 17613:e9ff44dc09e2
     1 #
     1 #
     2 # Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.
     7 # published by the Free Software Foundation.
    22 #  
    22 #  
    23 #
    23 #
    24 
    24 
    25 Obj_Files += linux_arm.o
    25 Obj_Files += linux_arm.o
    26 
    26 
    27 LIBS += $(EXT_LIBS_PATH)/sflt_glibc.a 
    27 ifneq ($(EXT_LIBS_PATH),)
       
    28   LIBS += $(EXT_LIBS_PATH)/sflt_glibc.a 
       
    29 endif
    28 
    30 
    29 CFLAGS += -DVM_LITTLE_ENDIAN
    31 CFLAGS += -DVM_LITTLE_ENDIAN