mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-01 14:08:24 +00:00
11 lines
247 B
Makefile
11 lines
247 B
Makefile
#
|
|
# Copyright (c) 2008, 2011, 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
|