diff options
author | David P <megver83@parabola.nu> | 2020-06-17 16:45:47 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2020-06-17 16:45:47 -0400 |
commit | 7b607897cdcd7c71e4b5608482343f0a7b72505d (patch) | |
tree | 448e3c98635632525085a7f7005804f9a63e573d /cross/cross-gcc | |
parent | 53a347eecc9af97057bd785ad0c89d1a2118c838 (diff) | |
download | abslibre-7b607897cdcd7c71e4b5608482343f0a7b72505d.tar.gz abslibre-7b607897cdcd7c71e4b5608482343f0a7b72505d.tar.bz2 abslibre-7b607897cdcd7c71e4b5608482343f0a7b72505d.zip |
cross: add recommendations for a good pkgdesc
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'cross/cross-gcc')
-rw-r--r-- | cross/cross-gcc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/cross-gcc/PKGBUILD b/cross/cross-gcc/PKGBUILD index 6fa116cca..99d834f99 100644 --- a/cross/cross-gcc/PKGBUILD +++ b/cross/cross-gcc/PKGBUILD @@ -84,7 +84,7 @@ # # * If the toolchain has no operating system (see the toolchain triplet, <_os_target>), then it's a # bare-metal toolchain, in which case you have to specify it in the pkgdesc -# +# # * Do a bit of research in forums, wikis and documents about the target you plan to build, a good # idea is to see the description that other distros put (e.g. Debian) if they have the same toolchain # |