ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/pkg/py311/gar/bin/sos12-wrappers/getconf
Revision: 11
Committed: Sat Jun 20 21:40:57 2026 UTC (4 weeks, 2 days ago) by operz
File size: 181 byte(s)
Log Message:
Add Python 3.11.15 recipe (OZSWpy311); update readline to link against ncurses (for Python curses module)

File Contents

# Content
1 #!/bin/sh
2
3 # This is a wrapper for /usr/bin/getconf to translate compiler flags from
4 # Sun Studio 11 to Sun Studio 12
5
6 /usr/bin/getconf "$@" | sed \
7 -e 's/-xarch=generic64/-m64/g'

Properties

Name Value
svn:executable *