Kaynağa Gözat

aros: enable arosunits on ARM

git-svn-id: trunk@34815 -
Károly Balogh 8 yıl önce
ebeveyn
işleme
a02ac161d6
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      packages/arosunits/fpmake.pp

+ 2 - 2
packages/arosunits/fpmake.pp

@@ -22,10 +22,10 @@ begin
     P.License := 'LGPL with modification';
     P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
-    P.Description := 'A set of units for AROS. Currently i386 only';
+    P.Description := 'A set of units for AROS.';
     P.NeedLibC:= false;
 
-    P.CPUs:=[i386,x86_64];
+    P.CPUs:=[arm,i386,x86_64];
     P.OSes:=[aros];
 
     P.SourcePath.Add('src');