make/linux/makefiles/i486.make

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 6876
710a3c8b516e
child 9673
7cbcb271bad7
equal deleted inserted replaced
2313:e33f46fc48ed 2314:f95d63e2154a
1 # 1 #
2 # Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
21 # questions. 21 # questions.
22 # 22 #
23 # 23 #
24 24
25 # TLS helper, assembled from .s file 25 # TLS helper, assembled from .s file
26 # Not included in includeDB because it has no dependencies
27 Obj_Files += linux_x86_32.o
28 26
29 # The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized 27 # The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized
30 OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT) 28 OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
31 # The copied fdlibm routines in sharedRuntimeTrans.o must not be optimized 29 # The copied fdlibm routines in sharedRuntimeTrans.o must not be optimized
32 OPT_CFLAGS/sharedRuntimeTrans.o = $(OPT_CFLAGS/NOOPT) 30 OPT_CFLAGS/sharedRuntimeTrans.o = $(OPT_CFLAGS/NOOPT)

mercurial