annotate sources/patches/uClibc++-nozdefs.patch @ 1670:1669660a7a97

Update URL for html version of presentation. (The same person who took down impactlinux.com way back when had the account on speakerdeck where the slides were hosted, same thing happened to them. I made a new account and re-uploaded.)
author Rob Landley <rob@landley.net>
date Sat, 12 Jul 2014 17:04:12 -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