serenity
                                
                                
                                
                                    serenity copied to clipboard
                            
                            
                            
                        "Do this at the next toolchain update" checklist
This is just a list of things that have queued up for the next "when we update toolchain" cycle and that we should keep track of.
binutils
- [x] Change the default comment characters for the assembler, remove the workaround option and patch in the QEMU port if that has been merged by then.
 
GCC
- [ ] Only drop the extracted tarball on a version bump or when the patches changed, similar to what Clang does.
 
Clang
- [ ] Figure out if "FIXME: Implement -static-libstdc++ in the next toolchain update" still applies.
 - [ ] Remove Clang compatibility symlinks that have been duplicated into 
Ports. - [ ] Remove 
_aligned_allocand_aligned_freefrom LibC and stdlib.h 
- Remove _aligned_alloc and _aligned_free from LibC and stdlib.h
 
Whoops, didn't see this on last toolchain update.
Maybe we should mention this in a comment in the toolchain files... so folks don't mess it.
Taken care of with the LLVM 15 update (and the GCC script has been fixed up somewhere in between).