annotate sources/patches/uClibc++-nozdefs.patch @ 1003:6d3db5bf731a

Make the native build timeout configurable.
author Rob Landley <rob@landley.net>
date Thu, 18 Mar 2010 05:44:47 -0500
parents 4ed02d53fc92
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
447
4ed02d53fc92 Add C++ support to native compiler, based on uClibc++.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 --- uClibc++/Rules.mak 2007-06-03 17:51:12.000000000 -0500
4ed02d53fc92 Add C++ support to native compiler, based on uClibc++.
Rob Landley <rob@landley.net>
parents:
diff changeset
2 +++ uClibc++2/Rules.mak 2008-11-03 17:43:49.000000000 -0600
4ed02d53fc92 Add C++ support to native compiler, based on uClibc++.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 @@ -102,7 +102,7 @@
4ed02d53fc92 Add C++ support to native compiler, based on uClibc++.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 GEN_CFLAGS:=-fno-builtin
4ed02d53fc92 Add C++ support to native compiler, based on uClibc++.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 CFLAGS:=$(XWARNINGS) $(CPU_CFLAGS) -ansi
4ed02d53fc92 Add C++ support to native compiler, based on uClibc++.
Rob Landley <rob@landley.net>
parents:
diff changeset
6
4ed02d53fc92 Add C++ support to native compiler, based on uClibc++.
Rob Landley <rob@landley.net>
parents:
diff changeset
7 -LDFLAGS:=-Wl,--warn-common -Wl,--warn-once -Wl,-z,combreloc -Wl,-z,defs
4ed02d53fc92 Add C++ support to native compiler, based on uClibc++.
Rob Landley <rob@landley.net>
parents:
diff changeset
8 +LDFLAGS:=-Wl,--warn-common -Wl,--warn-once -Wl,-z,combreloc
4ed02d53fc92 Add C++ support to native compiler, based on uClibc++.
Rob Landley <rob@landley.net>
parents:
diff changeset
9
4ed02d53fc92 Add C++ support to native compiler, based on uClibc++.
Rob Landley <rob@landley.net>
parents:
diff changeset
10 ifeq ($(DODEBUG),y)
4ed02d53fc92 Add C++ support to native compiler, based on uClibc++.
Rob Landley <rob@landley.net>
parents:
diff changeset
11 CFLAGS += -O0 -g3