Commit 445db530 by Olivier Hainque Committed by Olivier Hainque

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

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

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