diff options
author | Alexey Neyman <stilor@att.net> | 2019-04-05 13:10:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 13:10:50 -0700 |
commit | e593d1e68d3c3645a725f3b3100cce849541a80c (patch) | |
tree | fe6d18a45d5c92cacbf6233db18cdd751e0ceb07 | |
parent | 1a08a81272d37a98592d206d3b3b3a92d12326dd (diff) | |
parent | 138d0d4da6f635aaf36548fb835b5a6b97f07516 (diff) | |
download | crosstool-ng-e593d1e68d3c3645a725f3b3100cce849541a80c.tar.gz crosstool-ng-e593d1e68d3c3645a725f3b3100cce849541a80c.tar.bz2 crosstool-ng-e593d1e68d3c3645a725f3b3100cce849541a80c.zip |
Merge pull request #1177 from alexandrebelloni/reporter_url_fix
samples: G+ is gone, update reporter_url
-rw-r--r-- | samples/arm-cortexa5-linux-uclibcgnueabihf/reported.by | 2 | ||||
-rw-r--r-- | samples/arm-unknown-linux-uclibcgnueabi/reported.by | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/arm-cortexa5-linux-uclibcgnueabihf/reported.by b/samples/arm-cortexa5-linux-uclibcgnueabihf/reported.by index 57a07cb6..7fc2c885 100644 --- a/samples/arm-cortexa5-linux-uclibcgnueabihf/reported.by +++ b/samples/arm-cortexa5-linux-uclibcgnueabihf/reported.by @@ -1,3 +1,3 @@ reporter_name="Alexandre Belloni" -reporter_url="https://plus.google.com/+AlexandreBelloni" +reporter_url="https://bootlin.com" reporter_comment="Cortex-A5 using the hard-float GNU EABI (VFPV4-D16 without NEON)." diff --git a/samples/arm-unknown-linux-uclibcgnueabi/reported.by b/samples/arm-unknown-linux-uclibcgnueabi/reported.by index 01ce94f9..99087293 100644 --- a/samples/arm-unknown-linux-uclibcgnueabi/reported.by +++ b/samples/arm-unknown-linux-uclibcgnueabi/reported.by @@ -1,3 +1,3 @@ reporter_name="Thomas Petazzoni" -reporter_url="https://plus.google.com/+ThomasPetazzoni" +reporter_url="https://bootlin.com" reporter_comment="" |