diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-05-06 19:32:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-05-06 19:32:31 +0000 |
commit | 10779648f8eac9c84464d6eaa76b54a5a9ef963a (patch) | |
tree | 35ccd99c272fe64c5ee3c46772621c85af548e2f /gas/makefile.vms | |
parent | 94db6f72940c6de7b477b05ba2664655e2bce695 (diff) | |
download | gdb-10779648f8eac9c84464d6eaa76b54a5a9ef963a.zip gdb-10779648f8eac9c84464d6eaa76b54a5a9ef963a.tar.gz gdb-10779648f8eac9c84464d6eaa76b54a5a9ef963a.tar.bz2 |
Wed May 6 15:26:34 1998 Klaus Kaempf <kkaempf@progis.de>
* makefile.vms: Run dec c with /nodebug. Pass CC value when
calling make.
Diffstat (limited to 'gas/makefile.vms')
-rw-r--r-- | gas/makefile.vms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/makefile.vms b/gas/makefile.vms index 9ce7e73..4075cc6 100644 --- a/gas/makefile.vms +++ b/gas/makefile.vms @@ -13,7 +13,7 @@ else DEFS=/define=("table_size_of_flonum_powers_of_ten"="tabsiz_flonum_powers_of_ten",\ "_bfd_generic_get_section_contents_in_window"="_bfd_generic_get_win_section_cont",\ "_elf_section_from_bfd_section"="_bfd_elf_sec_from_bfd_sec","const=") -CFLAGS=/noopt/debug/include=([],[-.bfd],[.config],[-.include],[-])$(DEFS)\ +CFLAGS=/noopt/nodebug/include=([],[-.bfd],[.config],[-.include],[-])$(DEFS)\ /warnings=disable=(missingreturn,implicitfunc,ptrmismatch,undefescap,longextern,duptypespec) LFLAGS= LIBS=,sys$$library:vaxcrtl.olb/lib @@ -59,7 +59,7 @@ targ-cpu.obj: targ-cpu.c targ-cpu.h [.config]atof-vax.c [-.bfd]bfd.h: $(CD) [-.bfd] - gmake -f makefile.vms + gmake -f makefile.vms "CC=$(CC)" $(CD) [-.gas] clean: |