comparison make/bsd/makefiles/arm.make @ 10315:293b99787401

8014460: Need to check for non-empty EXT_LIBS_PATH before using it Reviewed-by: tbell, collins, sla, coleenp
author dholmes
date Tue, 14 May 2013 07:24:50 -0400
parents f08d439fab8c
children
comparison
equal deleted inserted replaced
10251:6114c49b31b5 10315:293b99787401
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 += bsd_arm.o 25 Obj_Files += bsd_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