annotate make/linux/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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2192
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
1 #
10315
293b99787401 8014460: Need to check for non-empty EXT_LIBS_PATH before using it
dholmes
parents: 3960
diff changeset
2 # Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
4 #
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
5 # This code is free software; you can redistribute it and/or modify it
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
6 # under the terms of the GNU General Public License version 2 only, as
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
7 # published by the Free Software Foundation.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
8 #
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
9 # This code is distributed in the hope that it will be useful, but WITHOUT
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
12 # version 2 for more details (a copy is included in the LICENSE file that
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
13 # accompanied this code).
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
14 #
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
15 # You should have received a copy of the GNU General Public License version
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
16 # 2 along with this work; if not, write to the Free Software Foundation,
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
18 #
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
20 # or visit www.oracle.com if you need additional information or have any
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
21 # questions.
f08d439fab8c 7089790: integrate bsd-port changes
never
parents: 2426
diff changeset
22 #
2192
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
23 #
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
24
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
25 Obj_Files += linux_arm.o
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
26
10315
293b99787401 8014460: Need to check for non-empty EXT_LIBS_PATH before using it
dholmes
parents: 3960
diff changeset
27 ifneq ($(EXT_LIBS_PATH),)
293b99787401 8014460: Need to check for non-empty EXT_LIBS_PATH before using it
dholmes
parents: 3960
diff changeset
28 LIBS += $(EXT_LIBS_PATH)/sflt_glibc.a
293b99787401 8014460: Need to check for non-empty EXT_LIBS_PATH before using it
dholmes
parents: 3960
diff changeset
29 endif
2192
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
30
b92c45f2bc75 7016023: Enable building ARM and PPC from src/closed repository
bobv
parents:
diff changeset
31 CFLAGS += -DVM_LITTLE_ENDIAN