mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
INIT: add generic cc.linux wrapper
Renamed: src/cmd/INIT/cc.linux.i386 -> src/cmd/INIT/cc.linux This ensures that architectures like ARM also use the default Linux wrapper. This is needed because they may need -D_LARGEFILE64_SOURCE to compile correctly. On ARM processors, this fixes at least this regression: io.sh[243]: long seek not working Resolves: https://github.com/ksh93/ksh/issues/253
This commit is contained in:
parent
997ad43bbf
commit
0e41899b3d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
: linux.i386 cc wrapper : 2021-01-31 :
|
||||
: linux cc wrapper : 2021-04-08 :
|
||||
|
||||
HOSTTYPE=linux.i386
|
||||
HOSTTYPE=linux.generic
|
||||
|
||||
case " $* " in
|
||||
*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
|
Loading…
Reference in a new issue