diff options
author | Stuart Winter <mozes@slackware.com> | 2021-01-18 13:42:42 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-01-18 13:42:55 -0600 |
commit | 89d4761f19fdef03ddecb122b5a1cfe90dd9417c (patch) | |
tree | 20e90dcd1268d21b2e9fd98aa35b325ab76f417d /files/slackpkg.conf.new | |
parent | f6016603530656687460627380a8f6720c6df5ff (diff) | |
download | slackpkg-89d4761f19fdef03ddecb122b5a1cfe90dd9417c.tar.xz |
Add support for Slackware-AArch64
Signed-off-by: Robby Workman <rworkman@slackware.com>
Diffstat (limited to 'files/slackpkg.conf.new')
-rw-r--r-- | files/slackpkg.conf.new | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/files/slackpkg.conf.new b/files/slackpkg.conf.new index d3a115c..0b3ab1b 100644 --- a/files/slackpkg.conf.new +++ b/files/slackpkg.conf.new @@ -28,16 +28,17 @@ # For configuration options that have only two states, possible values are # either "on" or "off" -# Remember, the only official Slackware ports are x86, s390, and arm, and -# slackpkg developers don't have s390 boxes for testing. If you are -# testing/using other architectures and have suggestions or patches, -# please let us know (email rworkman@slackware.com) +# Remember, the only official Slackware ports are x86, s390, arm, and aarch64, +# and slackpkg developers don't have s390 boxes for testing. If you are +# testing/using other architectures and have suggestions or patches, please +# let us know (email rworkman@slackware.com) # # Select the architecture of your system. Valid values are: # i#86 (where # is 3, 4, 5 or 6) # x86_64 # s390 # arm* (* can be v4, v5tejl, and other ARM versions) +# aarch64 # powerpc # # The line is commented because slackpkg will try to find your |