[med-svn] [Git][med-team/subarch-select][upstream] New upstream version 0.2
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Fri Aug 4 12:44:05 BST 2023
Michael R. Crusoe pushed to branch upstream at Debian Med / subarch-select
Commits:
c7c191af by Michael R. Crusoe at 2023-08-04T10:44:08+02:00
New upstream version 0.2
- - - - -
3 changed files:
- LICENSE
- Makefile
- README.md
Changes:
=====================================
LICENSE
=====================================
@@ -1,6 +1,7 @@
The MIT License (MIT)
Copyright (c) 2023 Erik Garrison <erik.garrison at gmail.com>
+ 2023 Michael R. Crusoe <crusoe at debian.org>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
=====================================
Makefile
=====================================
@@ -1,7 +1,7 @@
LDFLAGS := $(LDFLAGS) -lcpu_features
subarch-select: main.cpp
- g++ $(CXXFLAGS) -o $@ $< $(LDFLAGS)
+ g++ $(CXXFLAGS) $(CPPFLAGS) -o $@ $< $(LDFLAGS)
clean:
rm -f subarch-select
=====================================
README.md
=====================================
@@ -1,6 +1,6 @@
# subarch-select
-Pick an executable based on CPU capabilities.
+Pick an executable based on CPU capabilities and pass the remaining command line flags to the target program. Designed for x86-64 systems, including the x86-64 [microarchitecture levels](https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels) (`x86-64-v2`, `x86-64-v3`, `x86-64-v4`).
## usage
@@ -24,4 +24,5 @@ This is `libcpu-features-dev` on Debian/Ubuntu systems.
## author
-Erik Garrison <erik.garrison at gmail.com>
\ No newline at end of file
+Erik Garrison <erik.garrison at gmail.com>
+Michael R. Crusoe <crusoe at debian.org>
View it on GitLab: https://salsa.debian.org/med-team/subarch-select/-/commit/c7c191afe0b88c693110c8a85cf98834db2af1a8
--
View it on GitLab: https://salsa.debian.org/med-team/subarch-select/-/commit/c7c191afe0b88c693110c8a85cf98834db2af1a8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230804/a94d66eb/attachment-0001.htm>
More information about the debian-med-commit
mailing list