mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 18:29:13 +02:00
+ path to dir x86 added
This commit is contained in:
parent
3a134c6e07
commit
53ed3e51c8
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2002/03/19]
|
# Don't edit, this file is generated by FPCMake Version 1.1 [2002/04/23]
|
||||||
#
|
#
|
||||||
default: all
|
default: all
|
||||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware
|
||||||
@ -205,7 +205,7 @@ override FPCOPT+=-Ca
|
|||||||
endif
|
endif
|
||||||
override FPCOPT+=-dBrowserCol -dGDB
|
override FPCOPT+=-dBrowserCol -dGDB
|
||||||
ifeq ($(CPU_TARGET),i386)
|
ifeq ($(CPU_TARGET),i386)
|
||||||
override FPCOPT+=-dSUPPORT_MMX
|
override FPCOPT+=-dSUPPORT_MMX -Fu$(COMPILERDIR)/x86
|
||||||
endif
|
endif
|
||||||
override TARGET_UNITS+=compunit
|
override TARGET_UNITS+=compunit
|
||||||
override INSTALL_FPCPACKAGE=y
|
override INSTALL_FPCPACKAGE=y
|
||||||
@ -511,6 +511,18 @@ EXEEXT=
|
|||||||
FPCMADE=fpcmade.qnx
|
FPCMADE=fpcmade.qnx
|
||||||
ZIPSUFFIX=qnx
|
ZIPSUFFIX=qnx
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OS_TARGET),netware)
|
||||||
|
STATICLIBPREFIX=
|
||||||
|
PPUEXT=.ppn
|
||||||
|
OEXT=.on
|
||||||
|
ASMEXT=.s
|
||||||
|
SMARTEXT=.sl
|
||||||
|
STATICLIBEXT=.a
|
||||||
|
SHAREDLIBEXT=.nlm
|
||||||
|
FPCMADE=fpcmade.nw
|
||||||
|
ZIPSUFFIX=nw
|
||||||
|
EXEEXT=.nlm
|
||||||
|
endif
|
||||||
ifndef ECHO
|
ifndef ECHO
|
||||||
ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
|
ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
|
||||||
ifeq ($(ECHO),)
|
ifeq ($(ECHO),)
|
||||||
|
@ -30,10 +30,10 @@ endif
|
|||||||
# Add required defines
|
# Add required defines
|
||||||
override FPCOPT+=-dBrowserCol -dGDB
|
override FPCOPT+=-dBrowserCol -dGDB
|
||||||
ifeq ($(CPU_TARGET),i386)
|
ifeq ($(CPU_TARGET),i386)
|
||||||
override FPCOPT+=-dSUPPORT_MMX
|
# the x86 dir doesn't hurt for 1.0.x though we could leave it away
|
||||||
|
override FPCOPT+=-dSUPPORT_MMX -Fu$(COMPILERDIR)/x86
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
[rules]
|
[rules]
|
||||||
.PHONY: compiler_ppuclean all clean install
|
.PHONY: compiler_ppuclean all clean install
|
||||||
|
|
||||||
@ -45,4 +45,4 @@ all: compiler_ppuclean fpc_all
|
|||||||
clean: cleanall
|
clean: cleanall
|
||||||
|
|
||||||
# Nothing to install
|
# Nothing to install
|
||||||
install:
|
install:
|
Loading…
Reference in New Issue
Block a user