make/bsd/makefiles/arm.make

changeset 5147
293b99787401
parent 3156
f08d439fab8c
child 6876
710a3c8b516e
     1.1 --- a/make/bsd/makefiles/arm.make	Fri May 10 11:27:55 2013 -0700
     1.2 +++ b/make/bsd/makefiles/arm.make	Tue May 14 07:24:50 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -24,6 +24,8 @@
    1.11  
    1.12  Obj_Files += bsd_arm.o
    1.13  
    1.14 -LIBS += $(EXT_LIBS_PATH)/sflt_glibc.a 
    1.15 +ifneq ($(EXT_LIBS_PATH),)
    1.16 +  LIBS += $(EXT_LIBS_PATH)/sflt_glibc.a 
    1.17 +endif
    1.18  
    1.19  CFLAGS += -DVM_LITTLE_ENDIAN

mercurial