Skip to content

Commit

Permalink
2007-12-05 Bechir Zalila <[email protected]>
Browse files Browse the repository at this point in the history
    gnattools/
	PR ada/34284
	* configure.ac: Added a missing switch case for *86-*-darwin*
	when defining the value of TOOLS_TARGET_PAIRS.

	* configure: Regenerated.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130624 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
sam committed Dec 5, 2007
1 parent 134eab8 commit 7238d52
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions gnattools/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2007-12-05 Bechir Zalila <[email protected]>

PR ada/34284
* configure.ac: Added a missing switch case for *86-*-darwin*
when defining the value of TOOLS_TARGET_PAIRS.

* configure: Regenerated.

2007-06-06 Arnaud Charlet <[email protected]>

* configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
Expand Down
2 changes: 1 addition & 1 deletion gnattools/configure
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ case "${target}" in
indepsw.adb<indepsw-mingw.adb"
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
;;
powerpc-*-darwin*)
powerpc-*-darwin* | *86-*-darwin*)
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-darwin.adb"
;;
*-*-lynxos)
Expand Down
2 changes: 1 addition & 1 deletion gnattools/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ case "${target}" in
indepsw.adb<indepsw-mingw.adb"
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
;;
powerpc-*-darwin*)
powerpc-*-darwin* | *86-*-darwin*)
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-darwin.adb"
;;
*-*-lynxos)
Expand Down

0 comments on commit 7238d52

Please sign in to comment.