8150257: Remove softfloat lib support
authorihse
Tue, 23 Feb 2016 21:44:05 +0100
changeset 36056 5bd20b6b2705
parent 36047 1c076468bf7d
child 36106 f32f91cbe89d
8150257: Remove softfloat lib support Reviewed-by: dholmes, erikj
hotspot/make/bsd/makefiles/arm.make
--- a/hotspot/make/bsd/makefiles/arm.make	Wed Jul 05 21:22:47 2017 +0200
+++ b/hotspot/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