Skip to content
Snippets Groups Projects
Commit 445db530 authored by Olivier Hainque's avatar Olivier Hainque Committed by Olivier Hainque
Browse files

mh-ppc-aix (LDFLAGS): Quote $(CC).

        * config/mh-ppc-aix (LDFLAGS): Quote $(CC).

From-SVN: r187100
parent 3e8b732e
No related branches found
No related tags found
No related merge requests found
2012-05-03 Olivier Hainque <hainque@adacore.com>
* config/mh-ppc-aix (LDFLAGS): Quote $(CC).
2012-05-01 Richard Henderson <rth@redhat.com> 2012-05-01 Richard Henderson <rth@redhat.com>
   
* Makefile.def (libatomic): New target_module. * Makefile.def (libatomic): New target_module.
......
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
# don't do it any more. # don't do it any more.
BOOT_ADAFLAGS = -gnatapg BOOT_ADAFLAGS = -gnatapg
BOOT_LDFLAGS = -Wl,-bbigtoc BOOT_LDFLAGS = -Wl,-bbigtoc
LDFLAGS = `case $(CC) in *gcc*) echo -Wl,-bbigtoc ;; esac;` LDFLAGS = `case '$(CC)' in *gcc*) echo -Wl,-bbigtoc ;; esac;`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment