Opened 6 years ago
Closed 3 years ago
#14847 closed enhancement (fixed)
add -pthread helper
Reported by: | kallisti5 | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta4 |
Component: | Build System | Version: | R1/Development |
Keywords: | buildtools | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
We added a -lpthread alias a while ago to help reduce the number of failed ports assuming you need -lpthread.
We are also missing "-pthread"
It could make sense to throw a warning in our GCC and continue onward (maybe ensuring -lroot?) vs erroring out.
~> gcc -lpthread test.c ~> # :-)
~> gcc -pthread test.c gcc: error: unrecognized command line option '-pthread'
Change History (1)
comment:1 by , 3 years ago
Milestone: | Unscheduled → R1/beta4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in btrev43191 and btrev43190