aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-07-07 17:49:47 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-07-07 17:49:47 +0000
commit40828c657dd0c9e654d143393b4ca81b6d23ed76 (patch)
tree1d6d02d6389fedbc09cb69fb6909b60acfc84db3 /xen/common/Makefile
parentb2d94974603e025dfe4b4258ca70f3030956b044 (diff)
downloadxen-40828c657dd0c9e654d143393b4ca81b6d23ed76.tar.gz
xen-40828c657dd0c9e654d143393b4ca81b6d23ed76.tar.bz2
xen-40828c657dd0c9e654d143393b4ca81b6d23ed76.zip
bitkeeper revision 1.1041.18.1 (40ec37bbEfVooGtkbbrgCf3ZWEhJEg)
More x86_64 stuff. Now links, but a bunch of stuff is stubbed out. Will it run? :-)
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 34febca43e..8304180198 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -15,7 +15,7 @@ OBJS := $(subst trace.o,,$(OBJS))
endif
default: $(OBJS)
- $(LD) $(LDARCHFLAGS) -r -o common.o $(OBJS)
+ $(LD) $(LDFLAGS) -r -o common.o $(OBJS)
clean:
rm -f *.o *~ core