64 bits
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 14 Jul 2008 20:29:44 +0000 (20:29 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 14 Jul 2008 20:29:44 +0000 (20:29 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2954 04897980-b3bd-0310-b5e0-8ef037075253

markers-userspace/Makefile
markers-userspace/Makefile_64

index 9c5135d020c100b3ba914d7ac5a1db5e9a61c03d..f446ca7bf18dcf35c15aa640a73099986252e749 100644 (file)
@@ -1,4 +1,6 @@
 
+# 32 bits arch makefile
+
 CC=gcc
 
 all: libtestlib.so testprog testprog.S
index 67f8b68d5fe2638c55b7d1a6db9e455d39f263d7..0a92f7b8cdb203ef8d1b5173ff10351d0b491ddb 100644 (file)
@@ -1,4 +1,6 @@
 
+#64 bits arch Makefile
+
 CC=gcc
 
 all: libtestlib.so testprog testprog.S
This page took 0.026997 seconds and 4 git commands to generate.