Files
pig2014 d068332b88 feat: initial commit
Code is from cxx.uclibc.org, modified by catty to implement c++17
features
2025-03-26 09:29:24 +08:00

10 lines
413 B
Bash
Executable File

#!/bin/sh
#This purpose of this file is to return the filename for libsupc++.a to be used. We use the script so that it
#can be easily replaced by system developers and cross-compilers so that the user doesn't require an installed
#instance of libstdc++ on their system to use the library - just point at the appropriate location in the
#gcc build directory and rip it apart.
$CC -print-file-name=libsupc++.a