mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-31 13:38:47 +00:00
11 lines
247 B
Makefile
11 lines
247 B
Makefile
#
|
|
# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
|
|
# ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
#
|
|
|
|
Obj_Files += linux_arm.o
|
|
|
|
LIBS += $(EXT_LIBS_PATH)/sflt_glibc.a
|
|
|
|
CFLAGS += -DVM_LITTLE_ENDIAN
|