aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk[kaf24] <kaf24@scramble.cl.cam.ac.uk[kaf24]>2004-03-10 13:46:20 +0000
committerkaf24@scramble.cl.cam.ac.uk[kaf24] <kaf24@scramble.cl.cam.ac.uk[kaf24]>2004-03-10 13:46:20 +0000
commit3bdff33bd4cbdc501a4bdb8fdf220676b8042bb6 (patch)
treebb2ffa7016ac98360e7b75dd8d25187f7b2d805f /xen/common/Makefile
parent42e15e698253c63a62f8cdded56986373b55216f (diff)
downloadxen-3bdff33bd4cbdc501a4bdb8fdf220676b8042bb6.tar.gz
xen-3bdff33bd4cbdc501a4bdb8fdf220676b8042bb6.tar.bz2
xen-3bdff33bd4cbdc501a4bdb8fdf220676b8042bb6.zip
bitkeeper revision 1.773 (404f1c2crOagpEppZ6uF3JohTX-G5g)
xen.patchF
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 12f1f7d2e9..aa35bdb405 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -2,7 +2,7 @@
include $(BASEDIR)/Rules.mk
default: $(OBJS)
- $(LD) -r -o common.o $(OBJS)
+ $(LD) $(LDARCHFLAGS) -r -o common.o $(OBJS)
clean:
rm -f *.o *~ core