summaryrefslogtreecommitdiff
path: root/compiler/Makefile.fpc
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-10-21 17:56:59 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-10-21 17:56:59 +0000
commitafaf53f4c6e87b2a11683792cef851d7a0a50a46 (patch)
tree0a424aac3057e043d0859c0e18fdf68c9587015e /compiler/Makefile.fpc
parent98a9026ec094f4f9e4aa4d95a3c96f65b060cdbe (diff)
downloadfpc-afaf53f4c6e87b2a11683792cef851d7a0a50a46.tar.gz
* added jvm to fullcycle now that all warnings are fixed
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22811 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/Makefile.fpc')
-rw-r--r--compiler/Makefile.fpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc
index 1f103b576c..185f8b8a34 100644
--- a/compiler/Makefile.fpc
+++ b/compiler/Makefile.fpc
@@ -32,10 +32,10 @@ fpcdir=..
unexport FPC_VERSION FPC_COMPILERINFO
# Which platforms are ready for inclusion in the cycle
-CYCLETARGETS=i386 powerpc sparc arm x86_64 powerpc64 m68k armeb mipsel mips avr
+CYCLETARGETS=i386 powerpc sparc arm x86_64 powerpc64 m68k armeb mipsel mips avr jvm
# All supported targets used for clean
-ALLTARGETS=$(CYCLETARGETS) jvm
+ALLTARGETS=$(CYCLETARGETS)
# Allow ALPHA, POWERPC, POWERPC64, M68K, I386, jvm defines for target cpu
ifdef ALPHA