CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Cleaned up pkgmk.conf and switched to default values (eabi)
authorJose V Beneyto <sepen@crux.nu>
Tue, 18 May 2010 19:15:06 +0000 (21:15 +0200)
committerJose V Beneyto <sepen@crux.nu>
Tue, 18 May 2010 19:15:06 +0000 (21:15 +0200)
src/pkgmk.conf

index 326b12548f734dffe0269d6cb3f54f3e99d885a6..ef73123a20cd87e50aeb13515aecf5333848fc64 100644 (file)
@@ -4,14 +4,15 @@
 
 export CHOST="$(echo $MACHTYPE)"
 
-#export CTARGET="arm-crux-linux-gnueabi"
-export CTARGET="arm-crux-linux-gnu"
+# eabi
+export CTARGET="arm-crux-linux-gnueabi"
+export CLFS="/devel/crux-arm/toolchain/clfs"
+export CROSSTOOLS="/devel/crux-arm/toolchain/crosstools"
 
+# no-eabi
+#export CTARGET="arm-crux-linux-gnu"
 #export CLFS="/devel/crux-arm/toolchain-noeabi/clfs"
 #export CROSSTOOLS="/devel/crux-arm/toolchain-noeabi/crosstools"
-export CLFS="/devel/crux-arm/toolchain-noeabi/clfs"
-export CROSSTOOLS="/devel/crux-arm/toolchain-noeabi/crosstools"
-
 
 export PATH="$CROSSTOOLS/bin:$PATH"
 export LD_LIBRARY_PATH="$CROSSTOOLS/lib:$CROSSTOOLS/usr/lib:/usr/lib/libfakeroot"