mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
src/cmd/INIT/cc.darwin*: remove optimisation hacks (re: 37a9c345
)
This commit is contained in:
parent
37a9c34515
commit
5521c39a9b
3 changed files with 3 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
: unix wrapper for macOS cc : 2020-05-13 :
|
||||
: unix wrapper for macOS cc : 2020-07-17 :
|
||||
|
||||
HOSTTYPE=darwin.generic
|
||||
|
||||
|
@ -27,8 +27,6 @@ do case $op in
|
|||
;;
|
||||
-lm) continue
|
||||
;;
|
||||
-O) arg='-Os' # default to small code: Apple compiles its /bin/ksh with -Os
|
||||
;;
|
||||
esac
|
||||
set "$@" "$arg"
|
||||
done
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
: unix wrapper for Mac OS X 10.3-10.6 (Darwin 7-10) cc : 2012-01-20 :
|
||||
: unix wrapper for Mac OS X 10.3-10.6 (Darwin 7-10) cc : 2020-07-17 :
|
||||
|
||||
HOSTTYPE=darwin07.generic
|
||||
|
||||
|
@ -27,8 +27,6 @@ do case $op in
|
|||
;;
|
||||
-lm) continue
|
||||
;;
|
||||
-O) continue
|
||||
;;
|
||||
esac
|
||||
set "$@" "$arg"
|
||||
done
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
: unix wrapper for Mac OS X 10.7 (Darwin 11) cc : 2013-11-07 :
|
||||
: unix wrapper for Mac OS X 10.7 (Darwin 11) cc : 2020-07-17 :
|
||||
|
||||
HOSTTYPE=darwin11.generic
|
||||
|
||||
|
@ -27,8 +27,6 @@ do case $op in
|
|||
;;
|
||||
-lm) continue
|
||||
;;
|
||||
-O) continue
|
||||
;;
|
||||
esac
|
||||
set "$@" "$arg"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue