Skip to content

pfelecan/gcc-arm-linux-androideabi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcc-arm-linux-androideabi for Debian
------------------------------------

The source code for this package is managed uring repo tool [1]

[1] http://source.android.com/source/using-repo.html

To correctly fetch the source package, please install repo tool using these instructions [2]

[2] http://source.android.com/source/downloading.html

Then you can checkout the source using the manifest for this package and generate debian source package:

$ mkdir gcc-bionic && cd gcc-bionic
$ repo init --manifest-branch bleeding_edge --manifest-url git://github.com/pfelecan/manifest-gcc-arm-linux-androideabi.git
$ repo sync -j8
$ repo start master --all
$ ./debian/rules get-orig-source
$ debuild -S

 -- Peter Felecan <[email protected]>, Thu, 07 May 2015 13:50:48 +0100

About

Experimental Debian packaging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 78.2%
  • Shell 21.8%