aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb-7.1/gdbserver-cflags-last.diff
blob: 57e78f6b3d952c8620b449f1868492244962ac2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: gdb/gdbserver/Makefile.in
===================================================================
--- gdb/gdbserver/Makefile.in.orig	2009-07-31 08:23:20.000000000 -0700
+++ gdb/gdbserver/Makefile.in	2009-10-13 14:47:21.365401025 -0700
@@ -89,8 +89,8 @@ WARN_CFLAGS = -Wall
 CFLAGS = @CFLAGS@
 
 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
-INTERNAL_CFLAGS =  $(WARN_CFLAGS) ${CFLAGS} ${GLOBAL_CFLAGS} \
-	${PROFILE_CFLAGS} ${INCLUDE_CFLAGS}
+INTERNAL_CFLAGS =  $(WARN_CFLAGS) ${GLOBAL_CFLAGS} \
+	${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} ${CFLAGS}
 
 # LDFLAGS is specifically reserved for setting from the command line
 # when running make.