~ubuntu-branches/ubuntu/hardy/kvm/hardy-backports

« back to all changes in this revision

Viewing changes to user/config-x86_64.mak

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-11-15 02:21:55 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071115022155-pxoxb8kfcrkn72mi
Tags: 1:52+dfsg-0ubuntu1
* New upstream release.
* 08_default_tdf.patch
  - Make -tdf the default and add a -no-tdf option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
LIBDIR = /lib64
2
 
cstart.o = test/cstart64.o
 
1
TEST_DIR=test/x86
 
2
cstart.o = $(TEST_DIR)/cstart64.o
3
3
bits = 64
4
4
ldarch = elf64-x86-64
5
5
CFLAGS += -m64
6
 
 
7
 
flatfiles = test/access.flat test/irq.flat test/sieve.flat test/simple.flat test/stringio.flat test/memtest1.flat
 
6
CFLAGS += -D__x86_64__
 
7
CFLAGS += -I $(KERNELDIR)/include
 
8
 
 
9
tests = $(TEST_DIR)/access.flat $(TEST_DIR)/irq.flat $(TEST_DIR)/sieve.flat \
 
10
      $(TEST_DIR)/simple.flat $(TEST_DIR)/stringio.flat \
 
11
      $(TEST_DIR)/memtest1.flat
 
12
 
 
13
include config-x86-common.mak