summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/crosscompile.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/crosscompile.mpb')
-rw-r--r--bin/MakeProjectCreator/config/crosscompile.mpb14
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/MakeProjectCreator/config/crosscompile.mpb b/bin/MakeProjectCreator/config/crosscompile.mpb
deleted file mode 100644
index e3d5c49b4c0..00000000000
--- a/bin/MakeProjectCreator/config/crosscompile.mpb
+++ /dev/null
@@ -1,14 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project {
- verbatim(gnuace, circuit) {
- ifneq ($(CROSS-COMPILE),)
- all clean realclean idl_stubs:
- " @echo This project will not build on CROSS-COMPILE platforms."
- else
- }
- verbatim(gnuace, bottom) {
- endif # CROSS-COMPILE
- }
-}