From dd02c42009e2b5148c82e551075a196eb618bd1c Mon Sep 17 00:00:00 2001 From: carl Date: Fri, 23 Nov 2001 03:17:33 +0000 Subject: [PATCH] * rename ppc386.cfg to ppc.cfg --- ide/README | 2 +- ide/readme.ide | 2 +- utils/fpcm/fpcmake.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ide/README b/ide/README index 7d2ab0d770..415d18aba7 100644 --- a/ide/README +++ b/ide/README @@ -1,6 +1,6 @@ You can have a fp.cfg file in the same directory as fp.exe. It works the -same as ppc386.cfg +same as ppc.cfg To compile the IDE you need to choose whether to build with or without debugger (gdb) support. When debugger support is used a check will be diff --git a/ide/readme.ide b/ide/readme.ide index 8e900a3d6d..ae491155e9 100644 --- a/ide/readme.ide +++ b/ide/readme.ide @@ -61,7 +61,7 @@ configuration changes before it can compile. This is due to the fact that the IDE includes its own compiler; it does not use ppc386.exe and thus it also does not use the - configuration in the file ppc386.cfg. + configuration in the file ppc.cfg. Select Target from the Compile menu and then check the correct default target (this is Go32V2 for DOS). diff --git a/utils/fpcm/fpcmake.ini b/utils/fpcm/fpcmake.ini index 44afad8742..af27076b40 100644 --- a/utils/fpcm/fpcmake.ini +++ b/utils/fpcm/fpcmake.ini @@ -809,7 +809,7 @@ override FPCOPT+=-gl override FPCOPTDEF+=DEBUG endif -# Release mode (strip, optimize and don't load ppc386.cfg) +# Release mode (strip, optimize and don't load ppc.cfg) ifdef RELEASE ifeq ($(CPU_TARGET),i386) FPCCPUOPT:=-OG2p3