diff options
| author | Khem Raj <raj.khem@gmail.com> | 2009-08-27 00:29:56 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2009-08-27 00:29:56 -0700 |
| commit | f15dec06d80b480c9c701b653efdaf4c97b73ddc (patch) | |
| tree | a0e40383f3bd92c275cfd7779bc9588f27e47b66 /recipes/autofs/autofs-4.1.4/Makefile.rules-cross.patch | |
| parent | 706d50df6018175d6fafd150aaead3e56e5620ac (diff) | |
| parent | 4e00d90a75f734c1bbf81a26e93e723a85a7329a (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/autofs/autofs-4.1.4/Makefile.rules-cross.patch')
| -rw-r--r-- | recipes/autofs/autofs-4.1.4/Makefile.rules-cross.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/autofs/autofs-4.1.4/Makefile.rules-cross.patch b/recipes/autofs/autofs-4.1.4/Makefile.rules-cross.patch index d8b3692efa..dd54dc187a 100644 --- a/recipes/autofs/autofs-4.1.4/Makefile.rules-cross.patch +++ b/recipes/autofs/autofs-4.1.4/Makefile.rules-cross.patch @@ -6,15 +6,15 @@ ifdef DEBUG -CFLAGS = -O2 -g -DDEBUG -LDFLAGS = -g -+CFLAGS += -O2 -g -DDEBUG -+LDFLAGS += -g ++CFLAGS ?= -O2 -g -DDEBUG ++LDFLAGS ?= -g STRIP = : else -CFLAGS = -O3 -fomit-frame-pointer -Wall -LDFLAGS = -s -STRIP = strip --strip-debug -+CFLAGS += -O3 -fomit-frame-pointer -Wall -+LDFLAGS += -s ++CFLAGS ?= -O3 -fomit-frame-pointer -Wall ++LDFLAGS ?= -s +STRIP = ${TARGET_PREFIX}strip --strip-debug endif |
