Explorar el Código

Set FPC_HAS_INDIRECT_MAIN_INFORMATION for i386-linux

git-svn-id: branches/svenbarth/packages@32504 -
svenbarth hace 9 años
padre
commit
3f1be976b6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      rtl/linux/Makefile.fpc

+ 1 - 0
rtl/linux/Makefile.fpc

@@ -72,6 +72,7 @@ override LOADERS+=cprt21 gprt21
 endif
 CPU_UNITS=x86 ports cpu mmx
 SYSINIT_UNITS=si_prc si_c21g si_c21 si_c si_dll si_uc
+override FPCOPT+=-dFPC_HAS_INDIRECT_MAIN_INFORMATION
 endif
 
 ifeq ($(ARCH),x86_64)