projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61f4bc8
)
lguest: clean up example launcher compile flags.
author
Rusty Russell
<
[email protected]
>
Sat, 13 Jun 2009 04:27:03 +0000
(22:27 -0600)
committer
Rusty Russell
<
[email protected]
>
Fri, 12 Jun 2009 12:57:03 +0000
(22:27 +0930)
18 months ago
5bbf89fc260830f3f58b331d946a16b39ad1ca2d
changed to loading
bzImages directly, and no longer manually ungzipping them, so we no longer
need libz.
Also, -m32 is useful for those on 64-bit platforms (and harmless on
32-bit).
Reported-by: Ron Minnich <
[email protected]
>
Signed-off-by: Rusty Russell <
[email protected]
>
Documentation/lguest/Makefile
patch
|
blob
|
history
diff --git
a/Documentation/lguest/Makefile
b/Documentation/lguest/Makefile
index 1f4f9e888bd1ab0ae834bb1a87ccfcf6ed26c6de..28c8cdfcafd8693898ae4c4a4d9bc5f4f9f77d62 100644
(file)
--- a/
Documentation/lguest/Makefile
+++ b/
Documentation/lguest/Makefile
@@
-1,6
+1,5
@@
# This creates the demonstration utility "lguest" which runs a Linux guest.
-CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE
-LDLIBS:=-lz
+CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE
all: lguest