OpenJDK / aarch32-port / jdk9-arm3264 / hotspot
changeset 10217:45c738cde513
8150257: Remove softfloat lib support
Reviewed-by: dholmes, erikj
author | ihse |
---|---|
date | Tue, 23 Feb 2016 21:44:05 +0100 |
parents | c5146d4da417 |
children | f14a0a890704 |
files | make/bsd/makefiles/arm.make |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/make/bsd/makefiles/arm.make Thu Feb 18 13:42:10 2016 -0800 +++ b/make/bsd/makefiles/arm.make Tue Feb 23 21:44:05 2016 +0100 @@ -1,5 +1,5 @@ # -# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -24,8 +24,4 @@ Obj_Files += bsd_arm.o -ifneq ($(EXT_LIBS_PATH),) - LIBS += $(EXT_LIBS_PATH)/sflt_glibc.a -endif - CFLAGS += -DVM_LITTLE_ENDIAN