Parcourir la source

* cprt0.as is not needed, since we link to libc always.

git-svn-id: branches/targetandroid@23287 -
yury il y a 12 ans
Parent
commit
5fbb67a303
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rtl/android/Makefile.fpc

+ 1 - 1
rtl/android/Makefile.fpc

@@ -61,7 +61,7 @@ UNITPREFIX=rtl
 CPU_UNITS=
 CPU_UNITS=
 SYSINIT_UNITS=
 SYSINIT_UNITS=
 
 
-LOADERS=prt0 dllprt0 cprt0
+LOADERS=prt0 dllprt0
 
 
 ifeq ($(ARCH),i386)
 ifeq ($(ARCH),i386)
 CPU_UNITS=x86 ports cpu mmx
 CPU_UNITS=x86 ports cpu mmx