Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 909528 | Differences between
and this patch

Collapse All | Expand All

(-)a/builds/posix/prefix.linux_riscv64 (+28 lines)
Line 0 Link Here
1
# The contents of this file are subject to the Interbase Public
2
# License Version 1.0 (the "License"); you may not use this file
3
# except in compliance with the License. You may obtain a copy
4
# of the License at http://www.Inprise.com/IPL.html
5
#
6
# Software distributed under the License is distributed on an
7
# "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
8
# or implied. See the License for the specific language governing
9
# rights and limitations under the License.
10
#
11
# The Original Code was created by Inprise Corporation
12
# and its predecessors. Portions created by Inprise Corporation are
13
# Copyright (C) Inprise Corporation.
14
#
15
# All Rights Reserved.
16
# Contributor(s): ______________________________________.
17
# Start of file prefix.linux:  $(VERSION)  $(PLATFORM)
18
#      14 Apr 2008     Alan Barclay    alan AT escribe.co.uk
19
#      2018, "Manuel A. Fernandez Montecelo" <manuel.montezelo@gmail.com>
20
21
22
#LD=@CXX@
23
24
#PROD_FLAGS=-ggdb -O3 -fno-omit-frame-pointer -DLINUX -pipe -MMD -fPIC
25
#DEV_FLAGS=-ggdb -DLINUX -DDEBUG_GDS_ALLOC -pipe -MMD -p -fPIC -Werror=delete-incomplete -Wall -Wno-switch
26
27
PROD_FLAGS=-O3 -DLINUX -DRISCV64 -pipe -p -MMD -fPIC -fsigned-char -fmessage-length=0 -std=gnu++03 -fno-delete-null-pointer-checks
28
DEV_FLAGS=-ggdb -DLINUX -DRISCV64 -pipe -p -MMD -fPIC -Werror=delete-incomplete -Wall -fsigned-char -fmessage-length=0 -Wno-non-virtual-dtor

Return to bug 909528