Browse Source

* extcycle

peter 21 years ago
parent
commit
8ef3b3b9c0
2 changed files with 12 additions and 6 deletions
  1. 4 2
      compiler/Makefile
  2. 8 4
      compiler/Makefile.fpc

+ 4 - 2
compiler/Makefile

@@ -1,5 +1,5 @@
 #
 #
-# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/28]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2003/11/01]
 #
 #
 default: all
 default: all
 MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
 MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
@@ -205,7 +205,7 @@ UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
 endif
 endif
 PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
 PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
 override PACKAGE_NAME=compiler
 override PACKAGE_NAME=compiler
-override PACKAGE_VERSION=1.1
+override PACKAGE_VERSION=1.9.0
 unexport FPC_VERSION FPC_COMPILERINFO
 unexport FPC_VERSION FPC_COMPILERINFO
 CYCLETARGETS=i386 powerpc sparc
 CYCLETARGETS=i386 powerpc sparc
 ifdef ALPHA
 ifdef ALPHA
@@ -1836,6 +1836,8 @@ cycle:
 endif
 endif
 cycledep:
 cycledep:
 	$(MAKE) cycle USEDEPEND=1
 	$(MAKE) cycle USEDEPEND=1
+extcycle:
+	$(MAKE) cycle OPT='-n -OG2p3 -gl -CRriot -dEXTDEBUG'
 cvstest:
 cvstest:
 	$(MAKE) cycle 'LOCALOPT=-n -Se' 'RTLOPTS=-n -Se'
 	$(MAKE) cycle 'LOCALOPT=-n -Se' 'RTLOPTS=-n -Se'
 full: fullcycle
 full: fullcycle

+ 8 - 4
compiler/Makefile.fpc

@@ -482,9 +482,13 @@ endif
 cycledep:
 cycledep:
         $(MAKE) cycle USEDEPEND=1
         $(MAKE) cycle USEDEPEND=1
 
 
+extcycle:
+        $(MAKE) cycle OPT='-n -OG2p3 -gl -CRriot -dEXTDEBUG'
+
 cvstest:
 cvstest:
         $(MAKE) cycle 'LOCALOPT=-n -Se' 'RTLOPTS=-n -Se'
         $(MAKE) cycle 'LOCALOPT=-n -Se' 'RTLOPTS=-n -Se'
 
 
+
 ##########################
 ##########################
 # Full cycle
 # Full cycle
 #
 #
@@ -542,10 +546,10 @@ endif
         $(MKDIR) $(PPCCPULOCATION)
         $(MKDIR) $(PPCCPULOCATION)
         $(INSTALLEXE) $(EXENAME) $(PPCCPULOCATION)
         $(INSTALLEXE) $(EXENAME) $(PPCCPULOCATION)
 ifdef CROSSCOMPILE
 ifdef CROSSCOMPILE
-	$(MKDIR) $(PPCCROSSLOCATION)
-	$(ECHO) $(PPCROSSNAME)
-	$(ECHO $(PPCCROSSLOCATION)
-	$(INSTALLEXE) $(PPCROSSNAME) $(PPCCROSSLOCATION)
+        $(MKDIR) $(PPCCROSSLOCATION)
+        $(ECHO) $(PPCROSSNAME)
+        $(ECHO $(PPCCROSSLOCATION)
+        $(INSTALLEXE) $(PPCROSSNAME) $(PPCCROSSLOCATION)
 endif
 endif
 endif
 endif