Pour l'IA64, tout assembler avec -xexplicit

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3243 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2000-07-21 08:06:04 +00:00
parent 7577e21662
commit b2236322cb
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -415,7 +415,7 @@ case "$arch,$model,$system" in
power,*,rhapsody) ;;
arm,*,linux) aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';;
ia64,*,linux) asflags=-xexplicit
aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM) -Wa,-xauto';;
aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM) -Wa,-xexplicit';;
esac
case "$arch,$model,$system" in