- Remove forced gdbint build.

git-svn-id: trunk@5776 -
This commit is contained in:
daniel 2007-01-01 21:05:20 +00:00
parent 280520c0f7
commit 37cf9e9c55
2 changed files with 23 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# #
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/06/20] # Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/12/01]
# #
default: all default: all
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince arm-gba powerpc64-linux MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince arm-gba powerpc64-linux
BSDs = freebsd netbsd openbsd darwin BSDs = freebsd netbsd openbsd darwin
UNIXs = linux $(BSDs) solaris qnx UNIXs = linux $(BSDs) solaris qnx
LIMIT83fs = go32v2 os2 emx watcom LIMIT83fs = go32v2 os2 emx watcom
@ -332,6 +332,9 @@ endif
ifeq ($(FULL_TARGET),powerpc-netbsd) ifeq ($(FULL_TARGET),powerpc-netbsd)
override TARGET_DIRS+=compiler override TARGET_DIRS+=compiler
endif endif
ifeq ($(FULL_TARGET),powerpc-amiga)
override TARGET_DIRS+=compiler
endif
ifeq ($(FULL_TARGET),powerpc-macos) ifeq ($(FULL_TARGET),powerpc-macos)
override TARGET_DIRS+=compiler override TARGET_DIRS+=compiler
endif endif
@ -452,6 +455,9 @@ endif
ifeq ($(FULL_TARGET),powerpc-netbsd) ifeq ($(FULL_TARGET),powerpc-netbsd)
override TARGET_PROGRAMS+=fp override TARGET_PROGRAMS+=fp
endif endif
ifeq ($(FULL_TARGET),powerpc-amiga)
override TARGET_PROGRAMS+=fp
endif
ifeq ($(FULL_TARGET),powerpc-macos) ifeq ($(FULL_TARGET),powerpc-macos)
override TARGET_PROGRAMS+=fp override TARGET_PROGRAMS+=fp
endif endif
@ -574,6 +580,9 @@ endif
ifeq ($(FULL_TARGET),powerpc-netbsd) ifeq ($(FULL_TARGET),powerpc-netbsd)
override COMPILER_OPTIONS+=-Sg override COMPILER_OPTIONS+=-Sg
endif endif
ifeq ($(FULL_TARGET),powerpc-amiga)
override COMPILER_OPTIONS+=-Sg
endif
ifeq ($(FULL_TARGET),powerpc-macos) ifeq ($(FULL_TARGET),powerpc-macos)
override COMPILER_OPTIONS+=-Sg override COMPILER_OPTIONS+=-Sg
endif endif
@ -1041,7 +1050,7 @@ endif
ifeq ($(OS_TARGET),amiga) ifeq ($(OS_TARGET),amiga)
EXEEXT= EXEEXT=
PPUEXT=.ppu PPUEXT=.ppu
ASMEXT=.asm ASMEXT=.s
OEXT=.o OEXT=.o
SMARTEXT=.sl SMARTEXT=.sl
STATICLIBEXT=.a STATICLIBEXT=.a
@ -1547,6 +1556,12 @@ REQUIRE_PACKAGES_FV=1
REQUIRE_PACKAGES_GDBINT=1 REQUIRE_PACKAGES_GDBINT=1
REQUIRE_PACKAGES_REGEXPR=1 REQUIRE_PACKAGES_REGEXPR=1
endif endif
ifeq ($(FULL_TARGET),powerpc-amiga)
REQUIRE_PACKAGES_RTL=1
REQUIRE_PACKAGES_FV=1
REQUIRE_PACKAGES_GDBINT=1
REQUIRE_PACKAGES_REGEXPR=1
endif
ifeq ($(FULL_TARGET),powerpc-macos) ifeq ($(FULL_TARGET),powerpc-macos)
REQUIRE_PACKAGES_RTL=1 REQUIRE_PACKAGES_RTL=1
REQUIRE_PACKAGES_FV=1 REQUIRE_PACKAGES_FV=1
@ -1786,7 +1801,7 @@ ifeq ($(CPU_TARGET),powerpc)
FPCCPUOPT:=-O1r FPCCPUOPT:=-O1r
endif endif
else else
FPCCPUOPT:=-O2 FPCCPUOPT:=-O1r
endif endif
override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n
override FPCOPTDEF+=RELEASE override FPCOPTDEF+=RELEASE
@ -2380,6 +2395,9 @@ endif
ifeq ($(FULL_TARGET),powerpc-netbsd) ifeq ($(FULL_TARGET),powerpc-netbsd)
TARGET_DIRS_COMPILER=1 TARGET_DIRS_COMPILER=1
endif endif
ifeq ($(FULL_TARGET),powerpc-amiga)
TARGET_DIRS_COMPILER=1
endif
ifeq ($(FULL_TARGET),powerpc-macos) ifeq ($(FULL_TARGET),powerpc-macos)
TARGET_DIRS_COMPILER=1 TARGET_DIRS_COMPILER=1
endif endif
@ -2527,7 +2545,6 @@ buildfp:
$(MAKE) fpc_all $(MAKE) fpc_all
$(MAKE) postgdbinfo $(MAKE) postgdbinfo
gdb: gdb:
$(MAKE) -C ../packages/base/gdbint
$(MAKE) buildfp $(MAKE) buildfp
nogdb: nogdb:
$(MAKE) buildfp NOGDB=1 $(MAKE) buildfp NOGDB=1

View File

@ -141,7 +141,7 @@ buildfp:
$(MAKE) postgdbinfo $(MAKE) postgdbinfo
gdb: gdb:
$(MAKE) -C ../packages/base/gdbint # $(MAKE) -C ../packages/base/gdbint
$(MAKE) buildfp $(MAKE) buildfp
nogdb: nogdb: