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 <[email protected]>
+              2023 Michael R. Crusoe <[email protected]>
 
 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 <[email protected]>
\ No newline at end of file
+Erik Garrison <[email protected]>
+Michael R. Crusoe <[email protected]>



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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to