]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - rules.mk
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1791 35b4ef3e-fd22...
[frescor/fosa.git] / rules.mk
index 8e22efe384c3a7498a09221962fc5b34fc2ab113..313cac64bfbb7d81fc8ccce2d870bf4b5040653b 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -14,6 +14,14 @@ CFLAGS += -D$(PLATFORM) \
 # This prevents mgcc from removing the debug information (stripping)
 LDFLAGS += -g
 
+# PaRTiKle uses its own compiler script
+ifeq ($(PLATFORM), PARTIKLE)
+       CC = pgcc
+       LD = ldkernel
+endif
+
+
+
 none:
        @exec echo -e "\nPlease introduce a target, i.e: 'make test'";