Wed May 6 15:26:34 1998 Klaus Kaempf <kkaempf@progis.de>
authorIan Lance Taylor <ian@airs.com>
Wed, 6 May 1998 19:32:31 +0000 (19:32 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 6 May 1998 19:32:31 +0000 (19:32 +0000)
* makefile.vms: Run dec c with /nodebug.  Pass CC value when
calling make.

gas/ChangeLog
gas/makefile.vms

index b671dc23088c1da9d7b609b1ac702a2f8bd84bb5..a8f50a90685bb123ad84109eb8a92330a2147a3f 100644 (file)
@@ -1,5 +1,8 @@
 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.
+
         * makefile.vms (OBJS): Add ehopt.obj
 
 Wed May  6 15:11:12 1998  Klaus Kaempf  <kkaempf@progis.de>
index 9ce7e734c8e2714e9a46adb15fab049981531fd6..4075cc6e0f350444c5adef1b55fc86ac34b27fa4 100644 (file)
@@ -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:
This page took 0.028475 seconds and 4 git commands to generate.